diff options
| author | Simo Fält <simo.falt@qt.io> | 2023-10-11 10:36:53 +0300 |
|---|---|---|
| committer | Simo Fält <simo.falt@qt.io> | 2023-10-11 11:47:04 +0300 |
| commit | bcfd0a1ad2f1c333b53db071fe40b2ee3569bd6b (patch) | |
| tree | 3df71b404082395f4485595e80ff6b494f5eb89a /coin_build_instructions.py | |
| parent | 6c7bb7b6e1008909e49bc04d2a48024309a784cc (diff) | |
CI: Use python 3.8 on win instead of 3.7
Pick-to: 6.6
Change-Id: I3a3024b017554377fda06b5340d7b5dc617d94fb
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'coin_build_instructions.py')
| -rw-r--r-- | coin_build_instructions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py index 6e8ab8d4d..de3b9a8cd 100644 --- a/coin_build_instructions.py +++ b/coin_build_instructions.py @@ -153,7 +153,7 @@ if __name__ == "__main__": if (os.environ.get('HOST_OSVERSION_COIN')).startswith('windows_10'): python_ver = "3.10.0" else: - python_ver = "3.7.9" + python_ver = "3.8.1" if CI_TEST_PHASE in ["ALL", "BUILD"]: call_setup(python_ver, "BUILD") # Until CI has a feature to set more dynamic signing dir, make sure it actually exist |
