Thanks to visit codestin.com Credit goes to github.com
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 7f87e22 + 37c4185 commit 1771eaeCopy full SHA for 1771eae
1 file changed
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