mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Set the minimum python to 3.6.0
This commit is contained in:
2
wscript
2
wscript
@@ -102,7 +102,7 @@ def configure(conf):
|
||||
if conf.options.python:
|
||||
conf.env.PYTHON = conf.options.python
|
||||
conf.load('python')
|
||||
conf.check_python_version(minver=(2,7,0))
|
||||
conf.check_python_version(minver=(3,6,0))
|
||||
if isWindows:
|
||||
# Search for the Python headers without doing some stuff that could
|
||||
# incorrectly fail on Windows. See my_check_python_headers below.
|
||||
|
||||
Reference in New Issue
Block a user