dev-python/pysha3: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 21:47:40 +0000 (23:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 21:48:02 +0000 (23:48 +0200)
dev-python/pysha3/pysha3-1.0.2-r1.ebuild

index f73124da954d092028c39769429e6732cdfe476a..eb7479230d3ee5c4b37bfc1132e6c2518bd2130f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 inherit distutils-r1
 
 DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5"