dev-python/pyaes: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 07:03:05 +0000 (09:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 07:24:44 +0000 (09:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r1.ebuild

index 28e71ec67c0cb6b14bdcbd0efdd1004cc423e6f0..90b8b03fdf574e42d820357e81eaf6a88aae618f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1