commit: cf47c41467b1df4b09b47081574107ac9a3ac2d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 06:12:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 08:10:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf47c414
dev-python/argon2-cffi: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
b/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
index fd169244b16..295facb2044 100644
--- a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
DESCRIPTION="CFFI bindings to the Argon2 password hashing library"