8000
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.
1 parent 6dde945 commit 4359a6cCopy full SHA for 4359a6c
azure-pipelines.yml
@@ -11,18 +11,27 @@ strategy:
11
Linux_py38:
12
vmImage: 'ubuntu-16.04'
13
python.version: '3.8'
14
+ Linux_py38:
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_py38:
24
+ vmImage: 'macOS-latest'
25
26
Windows_py37:
27
vmImage: 'vs2017-win2016'
28
29
Windows_py38:
30
vmImage: 'windows-latest'
31
32
+ Windows_py38:
33
+ vmImage: 'windows-latest'
34
35
maxParallel: 4
36
37
pool:
0 commit comments