From 749af4d09d10cafab6c8c42db6c9b002d8b8d998 Mon Sep 17 00:00:00 2001 From: Mikael Mortensen Date: Fri, 20 Oct 2023 21:04:12 +0200 Subject: [PATCH] Skip python 3.12 in tests --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0d9bb79..a012f02a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ jobs: python.version: '3.10' Python311: python.version: '3.11' - Python312: - python.version: '3.12' steps: - bash: echo "##vso[task.prependpath]$CONDA/bin" @@ -49,8 +47,6 @@ jobs: python.version: '3.10' Python311: python.version: '3.11' - Python312: - python.version: '3.12' steps: - bash: echo "##vso[task.prependpath]$CONDA/bin"