summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-20 15:46:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-20 15:46:40 +0200
commitf64fe9f2c7b9848da07148fff97e5a9c7a0c564c (patch)
tree6b164f5bf322624f635743890591a64fdc046a19 /dev-python/pylev
parentdev-python/pyeclib: Enable py3.12 (diff)
downloadgentoo-f64fe9f2c7b9848da07148fff97e5a9c7a0c564c.tar.gz
gentoo-f64fe9f2c7b9848da07148fff97e5a9c7a0c564c.tar.bz2
gentoo-f64fe9f2c7b9848da07148fff97e5a9c7a0c564c.zip
dev-python/pylev: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylev')
-rw-r--r--dev-python/pylev/pylev-1.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild b/dev-python/pylev/pylev-1.4.0-r1.ebuild
index dbb33a039f72..d3f7f63d5fad 100644
--- a/dev-python/pylev/pylev-1.4.0-r1.ebuild
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1