mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Merge pull request #2692 from echoix/default-python-version-build.py
Remove references to Python 2.7 defaults from build.py
This commit is contained in:
6
build.py
6
build.py
@@ -48,8 +48,8 @@ import buildtools.version as version
|
||||
|
||||
|
||||
# defaults
|
||||
PYVER = '2.7'
|
||||
PYSHORTVER = '27'
|
||||
PYVER = '3.9'
|
||||
PYSHORTVER = '39'
|
||||
PYTHON = None # it will be set later
|
||||
PYTHON_ARCH = 'UNKNOWN'
|
||||
|
||||
@@ -106,7 +106,7 @@ Usage: ./build.py [command(s)] [options]
|
||||
|
||||
Commands:
|
||||
N.N NN Major.Minor version number of the Python to use to run
|
||||
the other commands. Default is 2.7. Or you can use
|
||||
the other commands. Default is 3.9. Or you can use
|
||||
--python to specify the actual Python executable to use.
|
||||
|
||||
dox Run Doxygen to produce the XML file used by ETG scripts
|
||||
|
||||
Reference in New Issue
Block a user