summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-15 12:28:39 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-15 12:41:06 +0200
commit41d30bcaa4bee4fd8a4b2032ddd9070889c22c03 (patch)
treed9f856a8d9c0684bc2883988fb8da05f995736fb /dev-python/rope
parentdev-python/tox: Enable py3.11 (diff)
downloadgentoo-41d30bcaa4bee4fd8a4b2032ddd9070889c22c03.tar.gz
gentoo-41d30bcaa4bee4fd8a4b2032ddd9070889c22c03.tar.bz2
gentoo-41d30bcaa4bee4fd8a4b2032ddd9070889c22c03.zip
dev-python/rope: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rope')
-rw-r--r--dev-python/rope/rope-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rope/rope-1.0.0.ebuild b/dev-python/rope/rope-1.0.0.ebuild
index c24375c87ba9..bb7f86c3ec75 100644
--- a/dev-python/rope/rope-1.0.0.ebuild
+++ b/dev-python/rope/rope-1.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1