From f32b3dd28933b2c2aa9420b5987914bd11536a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:32:55 +0000 Subject: [PATCH] Remove references to Python 2.7 defaults from build.py --- build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index d82b94b1..e75de097 100755 --- a/build.py +++ b/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