commit: 82a00d5a8c5a6a16c3a22535f97117f960ff595f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 19:03:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 19:14:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a00d5a
dev-python/sarif-om: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sarif-om/sarif-om-1.0.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sarif-om/sarif-om-1.0.4-r1.ebuild
b/dev-python/sarif-om/sarif-om-1.0.4-r1.ebuild
index 6482c0252e0a..95de419df251 100644
--- a/dev-python/sarif-om/sarif-om-1.0.4-r1.ebuild
+++ b/dev-python/sarif-om/sarif-om-1.0.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi