dev-python/argon2_cffi: Tested on py3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-02 08:56:22 +01:00
parent a8be962e47
commit 00d4d04be6

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="CFFI bindings to the Argon2 password hashing library"