Update Azure Pipelines

This commit is contained in:
Michael Mintz 2023-08-31 18:10:27 -04:00
parent 021419f2b1
commit a0bcebab30
1 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,9 @@ jobs:
- job: 'Test' - job: 'Test'
pool: pool:
vmImage: 'Ubuntu-20.04' vmImage: 'Ubuntu-22.04'
strategy: strategy:
matrix: matrix:
Python3_6:
python.version: '3.6'
Python3_7: Python3_7:
python.version: '3.7' python.version: '3.7'
Python3_8: Python3_8:
@ -21,6 +19,8 @@ jobs:
python.version: '3.9' python.version: '3.9'
Python3_10: Python3_10:
python.version: '3.10' python.version: '3.10'
Python3_11:
python.version: '3.11'
maxParallel: 5 maxParallel: 5
steps: steps:
@ -90,7 +90,7 @@ jobs:
#- job: 'Publish' #- job: 'Publish'
# dependsOn: 'Test' # dependsOn: 'Test'
# pool: # pool:
# vmImage: 'Ubuntu-18.04' # vmImage: 'Ubuntu-22.04'
# steps: # steps:
# - task: UsePythonVersion@0 # - task: UsePythonVersion@0