diff options
| -rw-r--r-- | coin_test_instructions.py | 1 |
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)) |
