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 May 15, 2024
1 parent e185b6b commit 22e1f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.10")
set(Python_FIND_FRAMEWORK "LAST")


Expand Down

0 comments on commit 22e1f74

Please sign in to comment.