commit: e7880988f0595bd32dbce8c3b3f0bbee4d5c720f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 03:07:08 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 03:07:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7880988
dev-python/sybil: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sybil/sybil-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
index 21cbbb19f0a2..af1cae322a6d 100644
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1