From: Michał Górny Date: Thu, 2 Jan 2020 07:56:22 +0000 (+0100) Subject: dev-python/argon2_cffi: Tested on py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00d4d04be66f9fa36565e7b724c53fd84566dae1;p=gentoo.git dev-python/argon2_cffi: Tested on py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild index 76b849d3d56c..68c157e98055 100644 --- a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild +++ b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild @@ -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"