From 51a5207510f1dda6197779cd658941e9d43f5741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Trimaille?= Date: Wed, 11 Sep 2024 16:11:25 +0200 Subject: [PATCH] Bump Python minimum version to 3.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74759935236..a5fdf09fc82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")