diff options
author | 2021-05-06 16:42:50 +0200 | |
---|---|---|
committer | 2021-05-06 16:44:41 +0200 | |
commit | 539137a132c8216d92f623ee6be0564deb7344b3 (patch) | |
tree | 1994ed9cae1cc02aba4e7b2f823813a09514e519 /dev-python/jaraco-collections | |
parent | dev-python/jaraco-text: Enable python3.10 (diff) | |
download | gentoo-539137a132c8216d92f623ee6be0564deb7344b3.tar.gz gentoo-539137a132c8216d92f623ee6be0564deb7344b3.tar.bz2 gentoo-539137a132c8216d92f623ee6be0564deb7344b3.zip |
dev-python/jaraco-collections: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild index fa997469f46b..a894279bf7a3 100644 --- a/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 MY_PN="${PN/-/.}" |