commit: 00958dec76e3054168982693e7d194bc8027e624
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 18:39:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 18:39:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00958dec
dev-python/idna: disable py3.10, pypy3
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 7de0f12bc269..6f05c20ab907 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..14} python3_{13,14}t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi