From 98bfbd3c20b6c9d65fe527e167c5db59ada1717b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 May 2023 11:12:11 +0100 Subject: [PATCH] dev-util/pkgdev: enable py3.12 Signed-off-by: Sam James --- 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 6b23773e717e1..14129a01f8f20 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 f49fd0a10d30b..443eaca01b690 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