File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ parameters:
33
33
34
34
jobs :
35
35
# The job will be named after the OS and Azure will suffix the strategy to make it unique
36
- # so we'll have a job name "Windows Python27 " for example. What's a strategy? Strategies are the
37
- # name of the keys under the strategy.matrix scope. So for each OS we'll have "<OS> Python27 " and
38
- # "<OS> Python37 ".
36
+ # so we'll have a job name "Windows Python 2.7 " for example. What's a strategy? Strategies are the
37
+ # name of the keys under the strategy.matrix scope. So for each OS we'll have "<OS> Python 2.7 " and
38
+ # "<OS> Python 3.7 ".
39
39
- job : ${{ parameters.name }}
40
40
pool :
41
41
vmImage : ${{ parameters.vm_image }}
@@ -44,11 +44,11 @@ jobs:
44
44
strategy :
45
45
matrix :
46
46
# We support these versions of Python.
47
- Python39 :
47
+ Python 3.9 :
48
48
python.version : ' 3.9'
49
- Python310 :
49
+ Python 3.10 :
50
50
python.version : ' 3.10'
51
- Python311 :
51
+ Python 3.11 :
52
52
python.version : ' 3.11'
53
53
54
54
maxParallel : 4
You can’t perform that action at this time.
0 commit comments