diff --git a/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild b/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild index 644605b897..6e898e2ed3 100644 --- a/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild +++ b/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=flit inherit distutils-r1 pypi