Skip to content

Commit

Permalink
Python: Bump minimal python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Feb 23, 2024
1 parent 55bc8b5 commit 90620ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1052,7 +1052,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.10")
set(Python_FIND_FRAMEWORK "LAST")


Expand Down

0 comments on commit 90620ff

Please sign in to comment.