summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 11:12:11 +0100
committerSam James <sam@gentoo.org>2023-05-27 11:12:18 +0100
commit98bfbd3c20b6c9d65fe527e167c5db59ada1717b (patch)
tree3ea95c3ade26e01ac11db923806b6a5505078549 /dev-util/pkgdev
parentdev-util/pkgcheck: enable py3.12 (diff)
downloadgentoo-98bfbd3c20b6c9d65fe527e167c5db59ada1717b.tar.gz
gentoo-98bfbd3c20b6c9d65fe527e167c5db59ada1717b.tar.bz2
gentoo-98bfbd3c20b6c9d65fe527e167c5db59ada1717b.zip
dev-util/pkgdev: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-0.2.7.ebuild2
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgdev/pkgdev-0.2.7.ebuild b/dev-util/pkgdev/pkgdev-0.2.7.ebuild
index 6b23773e717e..14129a01f8f2 100644
--- a/dev-util/pkgdev/pkgdev-0.2.7.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
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 f49fd0a10d30..443eaca01b69 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then