commit: 116abc94d870f3ae73b1c4fa4712ab6a6343e221 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 17:56:57 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 17:57:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116abc94
dev-util/pkgdev: enable py3.14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/pkgdev/pkgdev-0.2.11.ebuild | 2 +- dev-util/pkgdev/pkgdev-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgdev/pkgdev-0.2.11.ebuild b/dev-util/pkgdev/pkgdev-0.2.11.ebuild index 3863c95f9301..c95a0e68b6f0 100644 --- a/dev-util/pkgdev/pkgdev-0.2.11.ebuild +++ b/dev-util/pkgdev/pkgdev-0.2.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index 3c99fef152c0..7463bcc356f9 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then