summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-21 12:43:47 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-21 13:17:59 +0200
commite81dacd9262d8c42bf39896c4f8b0dd986729e75 (patch)
treeff2a48415e1c41ed5da703e5e1e5b01b5ba4ab19
parentdev-python/zc-lockfile: Port to py3.9 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild2
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