We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0242ea7 commit 14292e9Copy full SHA for 14292e9
azure-pipelines.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- job: TestWindows
45
pool:
46
- vmImage: windows-2019
+ vmImage: windows-latest
47
strategy:
48
matrix:
49
Python27:
@@ -54,13 +54,15 @@ jobs:
54
python.version: '3.6'
55
Python37:
56
python.version: '3.7'
57
+ Python38:
58
+ python.version: '3.8'
59
maxParallel: 4
60
steps:
61
- template: .azure-pipelines/templates/run-tests.yml
62
63
- job: TestMacOS
64
- vmImage: macOS-10.13
65
+ vmImage: macOS-latest
66
67
68
@@ -71,6 +73,8 @@ jobs:
71
73
72
74
75
76
77
78
79
80
0 commit comments