Skip to content

Commit f79b037

Browse files
Test CI with Python 3.10
1 parent 2175515 commit f79b037

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines-templates/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,16 @@ jobs:
4343
# matrix.
4444
strategy:
4545
matrix:
46-
# We support these two versions of Python.
46+
# We support these versions of Python.
4747
Python37:
4848
python.version: '3.7'
4949
Python39:
5050
python.version: '3.9'
51+
Python310:
52+
python.version: '3.10'
53+
Python311:
54+
python.version: '3.11'
55+
maxParallel: 4
5156

5257
# These are the steps that will be executed inside each job.
5358
steps:

0 commit comments

Comments
 (0)