dev-python/pysha3: Tested on py3.6

This commit is contained in:
Michał Górny
2017-10-21 10:33:13 +02:00
parent 94b91b64cd
commit 625db57d54

View File

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