commit: 142bead317e7f801fa551a07de5649722cf29a75
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 00:29:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 00:29:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142bead3
dev-python/python3-saml: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python3-saml/python3-saml-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python3-saml/python3-saml-1.16.0.ebuild
b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
index 21245d433751..80768a15e0c2 100644
--- a/dev-python/python3-saml/python3-saml-1.16.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1