commit: d93f1cbed99f87756ae1af2d6b3c705af5d624aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:29:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 18:35:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93f1cbe
dev-python/aiohappyeyeballs: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/aiohappyeyeballs/aiohappyeyeballs-2.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.6.1.ebuild
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.6.1.ebuild
index 0319a6f4072a..015e96b701d7 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.6.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1