From 429a27640d6145e7021083cc4c988788a570b13e Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 26 Jan 2020 02:05:45 +0900 Subject: [PATCH] Bump up to python 3.8 for Azure Pipelines --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: |