From 529ec557a7763cfb4ae623ab67955643c3e0f987 Mon Sep 17 00:00:00 2001 From: Michael Szell Date: Mon, 17 Aug 2026 09:32:47 +0200 Subject: [PATCH] Remove sandwiched python 3.13 from testing --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c40c229..2311dc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: caching: strategy: matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.12", "3.14"] os: [ubuntu-latest] fail-fast: false env: @@ -51,7 +51,7 @@ jobs: needs: caching strategy: matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.12", "3.14"] os: [ubuntu-latest] submodule: - { name: "Main", pytest_args: "tests/test_main.py" }