From b59ef42ed824b5f53dba83249f0c234064287435 Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Wed, 21 Jul 2021 08:59:25 +0200 Subject: [PATCH 1/2] Fix python version in macOS build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 691e9e5..62b3eee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ jobs: Python37: python.version: '3.7' Python38: - python.version: '3.7' + python.version: '3.8' pool: vmImage: 'macOS-10.14' steps: From ad7b159da29b4fb4d098c010bfb04174abb59b15 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Wed, 21 Jul 2021 08:53:27 -0600 Subject: [PATCH 2/2] drop python 3.5 --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 62b3eee..0bfa92a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,8 +15,6 @@ jobs: - job: Linux strategy: matrix: - Python35: - python.version: '3.5' Python36: python.version: '3.6' Python37: @@ -73,8 +71,6 @@ jobs: python.architecture: 'x64' strategy: matrix: - Python35: - python.version: '3.5' Python36: python.version: '3.6' Python37: