diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-21 12:43:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-21 13:17:59 +0200 |
commit | e81dacd9262d8c42bf39896c4f8b0dd986729e75 (patch) | |
tree | ff2a48415e1c41ed5da703e5e1e5b01b5ba4ab19 /dev-python | |
parent | dev-python/zc-lockfile: Port to py3.9 (diff) | |
download | gentoo-e81dacd9262d8c42bf39896c4f8b0dd986729e75.tar.gz gentoo-e81dacd9262d8c42bf39896c4f8b0dd986729e75.tar.bz2 gentoo-e81dacd9262d8c42bf39896c4f8b0dd986729e75.zip |
dev-python/jaraco-collections: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild index daf0e55cc4e1..fcddc6e1249e 100644 --- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |