commit: d809cdea017b6fe14938fa9007891fc705765233
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 09:07:50 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 09:08:03 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d809cdea
dev-python/parse_cmake: disable py3.10
Probably not there for much longer.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild
b/dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild
index eec9ee744d..ebbdb2460a 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Parser for CMakeLists.txt files"