commit: cd240f93348b34f56375d2d0466c131b28601128
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 17:53:37 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 18:41:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd240f93
dev-python/argon2-cffi: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
index 314675b0e5f8..4e7f6c3e35eb 100644
--- a/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi