summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-05 17:02:48 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-05 17:27:39 +0100
commitdbd25487f55a3261edbf476dd625f7771c3d1728 (patch)
tree7da2a8e0ec0dfcf7f95723c78398d247cfcb319f /dev-python/routes
parentdev-python/rq: Enable py3.12 (diff)
downloadgentoo-dbd25487f55a3261edbf476dd625f7771c3d1728.tar.gz
gentoo-dbd25487f55a3261edbf476dd625f7771c3d1728.tar.bz2
gentoo-dbd25487f55a3261edbf476dd625f7771c3d1728.zip
dev-python/routes: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/routes-2.5.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild b/dev-python/routes/routes-2.5.1-r2.ebuild
index d6189c0ad3e4..6feb5b4fc0d4 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.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