aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2023-11-21 10:24:46 +0200
committerSimo Fält <simo.falt@qt.io>2023-11-24 17:15:06 +0200
commit3a058afcd7ae497c085ea0b0891d164caa38f1fe (patch)
tree0450a3ddce2fac77d79d23f49138fae5f5451652 /coin_test_instructions.py
parentbf18e169d62f374250edcb4671cb17b89f1d9b57 (diff)
CI: Adapt to Python 3.11 with rhel configs
Default Python version on rhel 8.x was updated to 3.11. Pick-to: 6.6 Change-Id: Iad60544ee81a2805f7e5ce2b4c9f44df9cf9fdf7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index 03959a536..5c5ed8d2c 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -106,7 +106,7 @@ def run_test_instructions():
else:
call_testrunner("3.8.1", str(testRun))
elif CI_HOST_OS == "Linux":
- call_testrunner("3.8", str(testRun))
+ call_testrunner("3.11", str(testRun))
else:
call_testrunner("3", str(testRun))