summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 22:54:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 23:00:22 +0200
commitdf03c28cf38a5b988a28511c68278e70fba3204e (patch)
tree90a941351a025597f60d6833e6a28fb5cad30ef4 /dev-python/smmap
parentdev-python/setuptools_scm: Bump to 4.1.2 (diff)
downloadgentoo-df03c28cf38a5b988a28511c68278e70fba3204e.tar.gz
gentoo-df03c28cf38a5b988a28511c68278e70fba3204e.tar.bz2
gentoo-df03c28cf38a5b988a28511c68278e70fba3204e.zip
dev-python/smmap: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/smmap')
-rw-r--r--dev-python/smmap/smmap-3.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/smmap/smmap-3.0.4.ebuild b/dev-python/smmap/smmap-3.0.4.ebuild
index 73277c500b93..90972aeedae0 100644
--- a/dev-python/smmap/smmap-3.0.4.ebuild
+++ b/dev-python/smmap/smmap-3.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1