Skip to content

Commit a0bceba

Browse files
committed
Update Azure Pipelines
1 parent 021419f commit a0bceba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88

99
- job: 'Test'
1010
pool:
11-
vmImage: 'Ubuntu-20.04'
11+
vmImage: 'Ubuntu-22.04'
1212
strategy:
1313
matrix:
14-
Python3_6:
15-
python.version: '3.6'
1614
Python3_7:
1715
python.version: '3.7'
1816
Python3_8:
@@ -21,6 +19,8 @@ jobs:
2119
python.version: '3.9'
2220
Python3_10:
2321
python.version: '3.10'
22+
Python3_11:
23+
python.version: '3.11'
2424
maxParallel: 5
2525

2626
steps:
@@ -90,7 +90,7 @@ jobs:
9090
#- job: 'Publish'
9191
# dependsOn: 'Test'
9292
# pool:
93-
# vmImage: 'Ubuntu-18.04'
93+
# vmImage: 'Ubuntu-22.04'
9494

9595
# steps:
9696
# - task: UsePythonVersion@0

0 commit comments

Comments
 (0)