commit:     98bfbd3c20b6c9d65fe527e167c5db59ada1717b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 10:12:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 10:12:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bfbd3c

dev-util/pkgdev: enable py3.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pkgdev/pkgdev-0.2.7.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.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

Reply via email to