Skip to content

Commit

Permalink
Test CI with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk committed Sep 8, 2023
1 parent 7907787 commit 6ac86a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines-templates/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ac86a1

Please sign in to comment.