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 b2e6e6d commit 37c4185Copy full SHA for 37c4185
azure-pipelines.yml
@@ -11,18 +11,27 @@ strategy:
11
Linux_py37:
12
vmImage: 'ubuntu-16.04'
13
python.version: '3.7'
14
+ Linux_py38:
15
+ vmImage: 'ubuntu-16.04'
16
+ python.version: '3.8'
17
macOS_py36:
18
vmImage: 'xcode9-macOS10.13'
19
python.version: '3.6'
20
macOS_py37:
21
22
23
+ macOS_py38:
24
+ vmImage: 'xcode9-macOS10.13'
25
26
Windows_py36:
27
vmImage: 'vs2017-win2016'
28
29
Windows_py37:
30
31
32
+ Windows_py38:
33
+ vmImage: 'vs2017-win2016'
34
35
Windows_pyPre:
36
37
python.version: 'Pre'
0 commit comments