Skip to content

Commit 0b2c951

Browse files
m-kuhnnyalldawson
authored andcommittedJan 19, 2021
Bump Minimum Python version to 3.6
1 parent d931c4c commit 0b2c951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ endif()
916916
# Python build dependency
917917

918918
find_package(PythonLibrary REQUIRED)
919-
set(MIN_PYTHON_VERSION "3.5")
919+
set(MIN_PYTHON_VERSION "3.6")
920920
if(${PYTHON_SHORT_VERSION} VERSION_LESS ${MIN_PYTHON_VERSION})
921921
message(FATAL_ERROR "Python version ${PYTHON_SHORT_VERSION} is too old. Minimum Python version is ${MIN_PYTHON_VERSION}.")
922922
endif()

‎INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Required build tools:
9494
* CMake >= 3.10.0
9595
* Flex >= 2.5.6
9696
* Bison >= 2.4
97-
* Python >= 3.5
97+
* Python >= 3.6
9898

9999
Required build dependencies:
100100

@@ -118,7 +118,7 @@ Optional dependencies:
118118
* for georeferencer - GSL >= 1.8
119119
* for PostGIS support - PostgreSQL >= 8.0.x
120120
* for gps plugin - gpsbabel
121-
* for mapserver export and PyQGIS - Python >= 3.5
121+
* for mapserver export and PyQGIS - Python >= 3.6
122122
* for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2
123123
* for qgis mapserver - FastCGI
124124
* for oracle provider - Oracle OCI library

0 commit comments

Comments
 (0)
Please sign in to comment.