From f79b037195bd936de6d26835f9b2900c680600f7 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Fri, 8 Sep 2023 16:44:50 -0500 Subject: [PATCH] Test CI with Python 3.10 --- azure-pipelines-templates/run-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-templates/run-tests.yml b/azure-pipelines-templates/run-tests.yml index 31782ef0..adcfa1f7 100644 --- a/azure-pipelines-templates/run-tests.yml +++ b/azure-pipelines-templates/run-tests.yml @@ -43,11 +43,16 @@ jobs: # matrix. strategy: matrix: - # We support these two versions of Python. + # We support these versions of Python. Python37: python.version: '3.7' Python39: python.version: '3.9' + Python310: + python.version: '3.10' + Python311: + python.version: '3.11' + maxParallel: 4 # These are the steps that will be executed inside each job. steps: