summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 16:30:28 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 17:41:49 +0200
commit899f9ae407fce5807661f2976fee77e10eaf74ea (patch)
tree36861ed038d6d020ee49b289ac8e81b55207082d /dev-python/wheel
parentdev-python/tomli: Enable py3.12 (diff)
downloadgentoo-899f9ae407fce5807661f2976fee77e10eaf74ea.tar.gz
gentoo-899f9ae407fce5807661f2976fee77e10eaf74ea.tar.bz2
gentoo-899f9ae407fce5807661f2976fee77e10eaf74ea.zip
dev-python/wheel: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wheel')
-rw-r--r--dev-python/wheel/wheel-0.40.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheel/wheel-0.40.0.ebuild b/dev-python/wheel/wheel-0.40.0.ebuild
index b078248e2296..91ac147ace23 100644
--- a/dev-python/wheel/wheel-0.40.0.ebuild
+++ b/dev-python/wheel/wheel-0.40.0.ebuild
@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi