Skip to content

Commit 14292e9

Browse files
committed
Update pipeline build file
Signed-off-by: Dan Ryan <[email protected]>
1 parent 0242ea7 commit 14292e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-pipelines.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- job: TestWindows
4545
pool:
46-
vmImage: windows-2019
46+
vmImage: windows-latest
4747
strategy:
4848
matrix:
4949
Python27:
@@ -54,13 +54,15 @@ jobs:
5454
python.version: '3.6'
5555
Python37:
5656
python.version: '3.7'
57+
Python38:
58+
python.version: '3.8'
5759
maxParallel: 4
5860
steps:
5961
- template: .azure-pipelines/templates/run-tests.yml
6062

6163
- job: TestMacOS
6264
pool:
63-
vmImage: macOS-10.13
65+
vmImage: macOS-latest
6466
strategy:
6567
matrix:
6668
Python27:
@@ -71,6 +73,8 @@ jobs:
7173
python.version: '3.6'
7274
Python37:
7375
python.version: '3.7'
76+
Python38:
77+
python.version: '3.8'
7478
maxParallel: 4
7579
steps:
7680
- template: .azure-pipelines/templates/run-tests.yml

0 commit comments

Comments
 (0)