Bump Python minimum version to 3.9

This commit is contained in:
Étienne Trimaille 2024-09-11 16:11:25 +02:00 committed by Loïc Bartoletti
parent 10b16ab9ac
commit 51a5207510

View File

@ -1049,7 +1049,7 @@ set(QGIS_INSTALL_SYS_LIBS TRUE CACHE BOOL "If set to TRUE install all required s
#############################################################
# Python
set(MIN_PYTHON_VERSION "3.7")
set(MIN_PYTHON_VERSION "3.9")
set(Python_FIND_FRAMEWORK "LAST")