aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-12-09 10:03:18 +0200
committerSimo Fält <simo.falt@qt.io>2022-02-18 13:20:06 +0000
commit1d77048c1de842c0dce9e78bd0c7763da2689cf2 (patch)
tree3ac1fd242a077bbcc2929f1edf1fb684b6b1e6d6 /coin_test_instructions.py
parentac53b4365600b85cc179a01f60f543fbe8b3a068 (diff)
Run additional test with Python 3.10 on win
Change-Id: I8e4c386c897e1d188a5413895e178c551d5c7170 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index 13de48f4b..898d4fd73 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -122,6 +122,7 @@ def run_test_instructions():
if CI_HOST_OS == "Windows":
call_testrunner("3.6.1", str(testRun))
call_testrunner("3.8.1", str(testRun))
+ call_testrunner("3.10.0", str(testRun))
else:
call_testrunner("3", str(testRun))