dev-python/pycryptodome: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 17:06:09 +0000 (19:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 18:09:42 +0000 (20:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pycryptodome/pycryptodome-3.9.7.ebuild

index 0a10fb48bb86d15961b19426387b7996098de12c..43e92f7ffb38030685cb1b98e669c5662a518d79 100644 (file)
@@ -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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1