summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-06-21 14:02:18 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-06-21 14:02:18 +0200
commit501c6cc4f836a97d2303a8e763b97eeefb3822a6 (patch)
tree5c81d205c0c26a03505e5455f000fabf7e1e44fe /dev-python/zipp
parentsci-libs/p4est: remove unused patch (diff)
downloadgentoo-501c6cc4f836a97d2303a8e763b97eeefb3822a6.tar.gz
gentoo-501c6cc4f836a97d2303a8e763b97eeefb3822a6.tar.bz2
gentoo-501c6cc4f836a97d2303a8e763b97eeefb3822a6.zip
dev-python/zipp: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/zipp')
-rw-r--r--dev-python/zipp/zipp-3.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zipp/zipp-3.15.0.ebuild b/dev-python/zipp/zipp-3.15.0.ebuild
index 75ecf4be89d8..c25ebf7be46a 100644
--- a/dev-python/zipp/zipp-3.15.0.ebuild
+++ b/dev-python/zipp/zipp-3.15.0.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
inherit distutils-r1 pypi