diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 55f2f3a1e6..2bc1864dbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |