summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 16:17:37 +0100
committerSam James <sam@gentoo.org>2023-05-27 16:20:32 +0100
commitb45d3dcbb60c922acf50dcdd73bdedad967052a9 (patch)
treedd6daa11a630e4a31377b4b03d673ac8d21d1f55 /dev-python/service_identity
parentdev-ruby/puppetdb-termini: stabilize 8.0.0 for amd64, x86 (diff)
downloadgentoo-b45d3dcbb60c922acf50dcdd73bdedad967052a9.tar.gz
gentoo-b45d3dcbb60c922acf50dcdd73bdedad967052a9.tar.bz2
gentoo-b45d3dcbb60c922acf50dcdd73bdedad967052a9.zip
dev-python/service_identity: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/service_identity')
-rw-r--r--dev-python/service_identity/service_identity-21.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
index a9f2e769d9d6..7c722dbd8a65 100644
--- a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
+++ b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1