diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 16:38:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 16:44:34 +0200 |
commit | 6c67bb13ac2e41ce665e478f637b1ecef96225dd (patch) | |
tree | a2edf4585f4e3bf939eb52a5ef7f30a9a9328502 /dev-python/jaraco-context | |
parent | dev-python/inflect: Enable python3.10 (diff) | |
download | gentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.tar.gz gentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.tar.bz2 gentoo-6c67bb13ac2e41ce665e478f637b1ecef96225dd.zip |
dev-python/jaraco-context: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-context')
-rw-r--r-- | dev-python/jaraco-context/jaraco-context-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild index dfde80be8dc2..e50f1ba6cc84 100644 --- a/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild +++ b/dev-python/jaraco-context/jaraco-context-4.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |