dev-python/pysha3: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-18 23:47:40 +02:00
parent afe5bf5575
commit 569a8792a7

View 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"