dev-python/asn1crypto: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:13 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:50 +0000 (21:56 +0200)
dev-python/asn1crypto/asn1crypto-0.24.0.ebuild

index 4c0223c37691a19578bfbf6f5d07902729cca780..d56c1190aab33d45e9ae0abd328baf2493baf3ee 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1