From c4f190a37277b54d23a870d08147f1b3c2d9110e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Sat, 21 Oct 2023 15:00:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Python=203.12=20has=20conf?= =?UTF-8?q?licts=20with=20mamba.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ae547bdb..06de3134 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,8 +8,8 @@ jobs: vmImage: 'ubuntu-20.04' strategy: matrix: - Python312: - python.version: '3.12' + Python311: + python.version: '3.11' steps: - checkout: self fetchDepth: 1 @@ -58,12 +58,12 @@ jobs: vmImage: 'ubuntu-20.04' strategy: matrix: + Python38: + python.version: '3.8' Python39: python.version: '3.9' Python310: python.version: '3.10' - Python311: - python.version: '3.11' steps: - checkout: self fetchDepth: 1 @@ -102,14 +102,14 @@ jobs: vmImage: 'macOS-12' strategy: matrix: + Python38: + python.version: '3.8' Python39: python.version: '3.9' Python310: python.version: '3.10' Python311: python.version: '3.11' - Python312: - python.version: '3.12' steps: - checkout: self fetchDepth: 1 @@ -143,14 +143,14 @@ jobs: vmImage: 'windows-2019' strategy: matrix: + Python38: + python.version: '3.8' Python39: python.version: '3.9' Python310: python.version: '3.10' Python311: python.version: '3.11' - Python312: - python.version: '3.12' steps: - checkout: self fetchDepth: 1