commit: a831025c3736637370764f4e37b1e1ca274f644f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 00:28:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 00:28:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a831025c
dev-python/hishel: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hishel/hishel-0.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hishel/hishel-0.1.2.ebuild
b/dev-python/hishel/hishel-0.1.2.ebuild
index ede6b272dd5c..b4630a5ccaca 100644
--- a/dev-python/hishel/hishel-0.1.2.ebuild
+++ b/dev-python/hishel/hishel-0.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1