summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 21:04:05 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 21:27:45 +0200
commit0cf86c1cf38823cd8da2386afa9400634fc958c4 (patch)
treee380118962f06ce04c8a8b95a5b6f6e7c5d73cd1 /dev-python/pyasn1-modules
parentdev-python/pyasn1: Port to py3.9 (diff)
downloadgentoo-0cf86c1cf38823cd8da2386afa9400634fc958c4.tar.gz
gentoo-0cf86c1cf38823cd8da2386afa9400634fc958c4.tar.bz2
gentoo-0cf86c1cf38823cd8da2386afa9400634fc958c4.zip
dev-python/pyasn1-modules: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyasn1-modules')
-rw-r--r--dev-python/pyasn1-modules/pyasn1-modules-0.2.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.2.8.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.2.8.ebuild
index 1b49331e3afb..bb803bdb113d 100644
--- a/dev-python/pyasn1-modules/pyasn1-modules-0.2.8.ebuild
+++ b/dev-python/pyasn1-modules/pyasn1-modules-0.2.8.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