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_test_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_test_instructions.py')
| -rw-r--r-- | coin_test_instructions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py index dcc050941..03959a536 100644 --- a/coin_test_instructions.py +++ b/coin_test_instructions.py @@ -104,7 +104,7 @@ def run_test_instructions(): if (os.environ.get('HOST_OSVERSION_COIN')).startswith('windows_10'): call_testrunner("3.10.0", str(testRun)) else: - call_testrunner("3.7.9", str(testRun)) + call_testrunner("3.8.1", str(testRun)) elif CI_HOST_OS == "Linux": call_testrunner("3.8", str(testRun)) else: |
