summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 16:57:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 18:16:37 +0200
commit8200f8ddd9817659d30b5efaa5f1dcc8805628fa (patch)
tree6632b5c290bbfa78d37c9b040585d9052b146d74 /dev-python/six
parentdev-python/setuptools_scm: Port to py3.9 (diff)
downloadgentoo-8200f8ddd9817659d30b5efaa5f1dcc8805628fa.tar.gz
gentoo-8200f8ddd9817659d30b5efaa5f1dcc8805628fa.tar.bz2
gentoo-8200f8ddd9817659d30b5efaa5f1dcc8805628fa.zip
dev-python/six: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/six')
-rw-r--r--dev-python/six/six-1.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/six/six-1.15.0.ebuild b/dev-python/six/six-1.15.0.ebuild
index fce9c6eaf047..cd8f4891597e 100644
--- a/dev-python/six/six-1.15.0.ebuild
+++ b/dev-python/six/six-1.15.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1