We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021419f commit a0bcebaCopy full SHA for a0bceba
azure-pipelines.yml
@@ -8,11 +8,9 @@ jobs:
8
9
- job: 'Test'
10
pool:
11
- vmImage: 'Ubuntu-20.04'
+ vmImage: 'Ubuntu-22.04'
12
strategy:
13
matrix:
14
- Python3_6:
15
- python.version: '3.6'
16
Python3_7:
17
python.version: '3.7'
18
Python3_8:
@@ -21,6 +19,8 @@ jobs:
21
19
python.version: '3.9'
22
20
Python3_10:
23
python.version: '3.10'
+ Python3_11:
+ python.version: '3.11'
24
maxParallel: 5
25
26
steps:
@@ -90,7 +90,7 @@ jobs:
90
#- job: 'Publish'
91
# dependsOn: 'Test'
92
# pool:
93
-# vmImage: 'Ubuntu-18.04'
+# vmImage: 'Ubuntu-22.04'
94
95
# steps:
96
# - task: UsePythonVersion@0
0 commit comments