From eb83ff20914c56fd3a07547d55982a0937450983 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 10 Nov 2023 14:21:35 +0100 Subject: [PATCH] [ci] removed failing pytest 3.12 test for now. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b76dba9f..b6a5290f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] include: - os: macos-latest python-version: "3.10"