Skip to content

Commit 4416e88

Browse files
authored
Merge pull request #7321 from hugovk/azurepipelines-3.8-linux-macos
Azure Pipelines: Test Linux and macOS on Python 3.8
2 parents 5c9e83a + 4127bee commit 4416e88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.azure-pipelines/jobs/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
Python37:
3636
python.version: '3.7'
3737
python.architecture: x64
38-
maxParallel: 3
38+
Python38:
39+
python.version: '3.8'
40+
python.architecture: x64
41+
maxParallel: 4
3942

4043
steps:
4144
- template: ../steps/run-tests.yml

0 commit comments

Comments
 (0)