commit: 403ccd94f1a399f184ef38c22e2c139540964626
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 17:25:36 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 18:35:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403ccd94
dev-python/idna: enable py3.14, python3_14t
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/idna/idna-3.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/idna/idna-3.10.ebuild b/dev-python/idna/idna-3.10.ebuild
index 748fe083f833..7de0f12bc269 100644
--- a/dev-python/idna/idna-3.10.ebuild
+++ b/dev-python/idna/idna-3.10.ebuild
@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{10..14} python3_{13,14}t pypy3 pypy3_11 )
inherit distutils-r1 pypi