From 99293f60ddcf0eb415e2ba0a492682bf7dd001d3 Mon Sep 17 00:00:00 2001 From: Andrew Dawson Date: Fri, 6 Oct 2023 12:14:35 +0100 Subject: [PATCH] Remove Python 3.12 from tests with iris This doesn't seems to work with mamba, causes a crash locally and seems also in Github actions. --- .github/workflows/tests_iris.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_iris.yml b/.github/workflows/tests_iris.yml index fb6f8ae..9b8638a 100644 --- a/.github/workflows/tests_iris.yml +++ b/.github/workflows/tests_iris.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] os: [windows-latest, ubuntu-latest, macos-latest] fail-fast: false