sci-geosciences/qgis: Remove py3.11 (per scipy)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-18 12:14:11 +02:00
parent 5597706ad1
commit cc6390a0ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ EAPI=8
CMAKE_BUILD_TYPE=Release # RelWithDebInfo enables debug logging
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="sqlite"
# We only package the LTS releases right now
+1 -1
View File
@@ -5,7 +5,7 @@ EAPI=8
CMAKE_BUILD_TYPE=Release # RelWithDebInfo enables debug logging
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="sqlite"
# We only package the LTS releases right now