Skip to content

Commit 63e4a77

Browse files
committed
Add Python 3.9 to Azure Pipelines
1 parent 14fde3c commit 63e4a77

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@ jobs:
1111
vmImage: 'Ubuntu-18.04'
1212
strategy:
1313
matrix:
14-
Python27:
14+
Python2.7:
1515
python.version: '2.7'
16-
Python35:
16+
Python3.5:
1717
python.version: '3.5'
18-
Python36:
18+
Python3.6:
1919
python.version: '3.6'
20-
Python37:
20+
Python3.7:
2121
python.version: '3.7'
22-
Python38:
22+
Python3.8:
2323
python.version: '3.8'
24-
maxParallel: 5
24+
Python3.9:
25+
python.version: '3.9'
26+
maxParallel: 6
2527

2628
steps:
2729
- task: UsePythonVersion@0
@@ -81,7 +83,7 @@ jobs:
8183
#- job: 'Publish'
8284
# dependsOn: 'Test'
8385
# pool:
84-
# vmImage: 'Ubuntu-16.04'
86+
# vmImage: 'Ubuntu-18.04'
8587

8688
# steps:
8789
# - task: UsePythonVersion@0

0 commit comments

Comments
 (0)