diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-02 08:56:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-02 09:07:02 +0100 |
commit | 00d4d04be66f9fa36565e7b724c53fd84566dae1 (patch) | |
tree | b8524521b870140a588e40f803c83d1dd2778dde /dev-python | |
parent | dev-python/argon2_cffi: Use distutils_enable_sphinx (diff) | |
download | gentoo-00d4d04be66f9fa36565e7b724c53fd84566dae1.tar.gz gentoo-00d4d04be66f9fa36565e7b724c53fd84566dae1.tar.bz2 gentoo-00d4d04be66f9fa36565e7b724c53fd84566dae1.zip |
dev-python/argon2_cffi: Tested on py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |