Merge pull request #7321 from hugovk/azurepipelines-3.8-linux-macos

Azure Pipelines: Test Linux and macOS on Python 3.8
This commit is contained in:
Pradyun Gedam 2020-04-11 00:10:41 +05:30 committed by GitHub
commit 4416e88ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ jobs:
Python37:
python.version: '3.7'
python.architecture: x64
maxParallel: 3
Python38:
python.version: '3.8'
python.architecture: x64
maxParallel: 4
steps:
- template: ../steps/run-tests.yml