diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-15 12:28:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-15 12:41:06 +0200 |
commit | 41d30bcaa4bee4fd8a4b2032ddd9070889c22c03 (patch) | |
tree | d9f856a8d9c0684bc2883988fb8da05f995736fb | |
parent | dev-python/tox: Enable py3.11 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/rope/rope-1.0.0.ebuild | 2 |
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 |