Merge pull request #1705 from youknowone/azure-38

Bump up to python 3.7 for Azure Pipelines
This commit is contained in:
Jeong YunWon
2020-02-06 04:31:15 +09:00
committed by GitHub

View File

@@ -7,15 +7,12 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
strategy:
matrix:
Python36:
python.version: '3.6'
maxParallel: 10
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
versionSpec: '3.7'
architecture: 'x64'
- script: |