We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2b924c + 63f1ce9 commit e768849Copy full SHA for e768849
azure-pipelines.yml
@@ -11,21 +11,27 @@ strategy:
11
Linux_py38:
12
vmImage: 'ubuntu-16.04'
13
python.version: '3.8'
14
+ Linux_py39:
15
+ vmImage: 'ubuntu-16.04'
16
+ python.version: '3.9'
17
macOS_py37:
18
vmImage: 'macOS-10.15'
19
python.version: '3.7'
20
macOS_py38:
21
vmImage: 'macOS-latest'
22
23
+ macOS_py39:
24
+ vmImage: 'macOS-latest'
25
26
Windows_py37:
27
vmImage: 'vs2017-win2016'
28
29
Windows_py38:
30
vmImage: 'windows-latest'
31
- Windows_pyPre:
- vmImage: 'vs2017-win2016'
- python.version: 'Pre'
32
+ Windows_py39:
33
+ vmImage: 'windows-latest'
34
35
maxParallel: 4
36
37
pool:
0 commit comments