summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 10:33:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-22 10:40:55 +0200
commit0caf928320481510cc58d04929aa02a7a7a9ddde (patch)
treee0404c8ac05071b81176b374782804dfebe47f41
parentdev-python/routes: Use PEP517 build (diff)
downloadgentoo-0caf928320481510cc58d04929aa02a7a7a9ddde.tar.gz
gentoo-0caf928320481510cc58d04929aa02a7a7a9ddde.tar.bz2
gentoo-0caf928320481510cc58d04929aa02a7a7a9ddde.zip
dev-python/routes: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/routes/routes-2.5.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild b/dev-python/routes/routes-2.5.1-r1.ebuild
index 70515fb8a926..a436046a0a46 100644
--- a/dev-python/routes/routes-2.5.1-r1.ebuild
+++ b/dev-python/routes/routes-2.5.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1