commit: 6e2783639611561e3532f5f83884131bfb4ef236
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 16:49:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 16:49:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e278363
net-dns/hash-slinger: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/hash-slinger/hash-slinger-3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/hash-slinger/hash-slinger-3.4.ebuild
b/net-dns/hash-slinger/hash-slinger-3.4.ebuild
index 655156fb0fbc..b7f3ea86b0fe 100644
--- a/net-dns/hash-slinger/hash-slinger-3.4.ebuild
+++ b/net-dns/hash-slinger/hash-slinger-3.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit python-single-r1