diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-10-12 11:07:50 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-10-12 11:08:03 +0200 |
| commit | d809cdea017b6fe14938fa9007891fc705765233 (patch) | |
| tree | 9eda348d46a5e52c226d3094bb619d24e16006b4 /dev-python | |
| parent | 5ed1415960529a84827d5cfd9704a08165a950db (diff) | |
| download | kde-d809cdea017b6fe14938fa9007891fc705765233.tar.gz kde-d809cdea017b6fe14938fa9007891fc705765233.tar.bz2 kde-d809cdea017b6fe14938fa9007891fc705765233.zip | |
dev-python/parse_cmake: disable py3.10
Probably not there for much longer.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/parse_cmake/parse_cmake-0.4.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 eec9ee744d0..ebbdb2460a0 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" |
