From d1a0e2f11678859ebdb3224db29a9929728e50da Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 9 Dec 2020 12:10:48 +1100 Subject: [PATCH] Don't build 3.9 for now --- azure-pipelines.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d8caae5c..a93c8a367 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,15 +62,15 @@ jobs: Python38Mac: imageName: "macos-10.14" python.version: "3.8" - Python39Linux: - imageName: "ubuntu-16.04" - python.version: "3.9" - Python39Windows: - imageName: "vs2017-win2016" - python.version: "3.9" - Python39Mac: - imageName: "macos-10.14" - python.version: "3.9" + # Python39Linux: + # imageName: "ubuntu-16.04" + # python.version: "3.9" + # Python39Windows: + # imageName: "vs2017-win2016" + # python.version: "3.9" + # Python39Mac: + # imageName: "macos-10.14" + # python.version: "3.9" maxParallel: 4 pool: vmImage: $(imageName)