diff options
author | 2021-09-09 15:48:16 +0200 | |
---|---|---|
committer | 2021-09-09 15:48:16 +0200 | |
commit | 87cf364b89be4f2bbd64b85cece7386c015a9731 (patch) | |
tree | 334b71c085787d84a6f5cf39c885a02d90332807 /dev-python/rope | |
parent | profiles/arch/amd64/x32/package.mask: mask jupyterlab and friends (diff) | |
download | gentoo-87cf364b89be4f2bbd64b85cece7386c015a9731.tar.gz gentoo-87cf364b89be4f2bbd64b85cece7386c015a9731.tar.bz2 gentoo-87cf364b89be4f2bbd64b85cece7386c015a9731.zip |
dev-python/rope: enable py3.10
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/rope-0.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rope/rope-0.19.0.ebuild b/dev-python/rope/rope-0.19.0.ebuild index 1db6110fe9cb..ddbf9fb5446c 100644 --- a/dev-python/rope/rope-0.19.0.ebuild +++ b/dev-python/rope/rope-0.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |