From d82630d7c1fe3837d09ea108209b0c19b2cf7a32 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 3 Nov 2019 17:48:54 +0100 Subject: [PATCH] Revert "Update azure-pipelines.yml" This reverts commit ed1060cf59e5895b5fe92ad5b894fd1078ec4c49. --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51f2ff303..512c6414c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,18 +71,6 @@ jobs: Python37Mac: imageName: 'macos-10.13' python.version: '3.7' - - # Python 3.8 is only supported on Mac yet (see #4479) - - # Python38Linux: - # imageName: 'ubuntu-16.04' - # python.version: '3.8' - # Python38Windows: - # imageName: 'vs2017-win2016' - # python.version: '3.8' - Python38Mac: - imageName: 'macos-10.13' - python.version: '3.8' maxParallel: 4 pool: vmImage: $(imageName)