From 1a58fc98d7e08b48eaf2926f0e64513148533bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Sun, 8 Sep 2024 10:19:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Refactor=20azure-pipelines.yml?= =?UTF-8?q?=20to=20update=20Python=20versions=20and=20remove=20Python=203.?= =?UTF-8?q?8=20and=203.9=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93da95b1..ed215166 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,12 +58,10 @@ jobs: vmImage: 'ubuntu-20.04' strategy: matrix: - Python38: - python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' + Python312: + python.version: '3.12' steps: - checkout: self fetchDepth: 1 @@ -102,14 +100,12 @@ 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 +139,12 @@ 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' + Python311: + python.version: '3.12' steps: - checkout: self fetchDepth: 1