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.
2 parents a98aabe + a6defbc commit 5411431Copy full SHA for 5411431
azure-pipelines.yml
@@ -12,17 +12,23 @@ strategy:
12
vmImage: 'ubuntu-16.04'
13
python.version: '3.7'
14
macOS_py36:
15
- vmImage: 'xcode9-macOS10.13'
+ vmImage: 'macOS-10.14'
16
python.version: '3.6'
17
macOS_py37:
18
+ vmImage: 'macOS-10.15'
19
20
+ macOS_py38:
21
+ vmImage: 'macOS-latest'
22
+ python.version: '3.8'
23
Windows_py36:
24
vmImage: 'vs2017-win2016'
25
26
Windows_py37:
27
28
29
+ Windows_py38:
30
+ vmImage: 'windows-latest'
31
32
Windows_pyPre:
33
34
python.version: 'Pre'
0 commit comments