summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-31 19:58:06 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-31 22:22:48 +0300
commit1529ff1d23b237d8d6f87f33dc7d010bb1f62d28 (patch)
tree8f8116a7ca68d8465e1b604c5bd62364a7a9802d /dev-python/stevedore
parentdev-python/rebulk: enable py3.12 (diff)
downloadgentoo-1529ff1d23b237d8d6f87f33dc7d010bb1f62d28.tar.gz
gentoo-1529ff1d23b237d8d6f87f33dc7d010bb1f62d28.tar.bz2
gentoo-1529ff1d23b237d8d6f87f33dc7d010bb1f62d28.zip
dev-python/stevedore: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r--dev-python/stevedore/stevedore-5.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/stevedore/stevedore-5.1.0.ebuild b/dev-python/stevedore/stevedore-5.1.0.ebuild
index 7169dafafa78..cf7aa7d0468a 100644
--- a/dev-python/stevedore/stevedore-5.1.0.ebuild
+++ b/dev-python/stevedore/stevedore-5.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi