aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2024-02-29 12:09:55 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2024-03-12 06:52:42 +0100
commited0b85ce8b402ceddc7f61e0765741568ba26172 (patch)
tree31727817885c2533f42b6f6e48b9a26516d967e8 /coin_test_instructions.py
parent463762e1e272ec79fadf9b8ae5a6fd25b7b8252e (diff)
CI: Update used python version to 3.10 on windows
Change-Id: I125390b20df9a34e16f86842892c31aae8773b84 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index 219fcf377..b0e71fba7 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -96,10 +96,7 @@ def run_test_instructions():
# In win machines, there are additional python versions to test with
if CI_HOST_OS == "Windows":
- if (os.environ.get('HOST_OSVERSION_COIN')).startswith('windows_10'):
- call_testrunner("3.10.0", str(testRun))
- else:
- call_testrunner("3.8.1", str(testRun))
+ call_testrunner("3.10.0", str(testRun))
elif CI_HOST_OS == "Linux":
call_testrunner("3.11", str(testRun))
else: