From df8248c779f9c136495f0a1ee8ba480959a5ed60 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 1 Dec 2025 17:32:28 +0100 Subject: [PATCH] test only python 3.12+ --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 95d17a1..1b20a01 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -12,9 +12,9 @@ jobs: strategy: matrix: python-version: - - "3.10" - - "3.11" - "3.12" + - "3.13" + - "3.14" runs-on: ubuntu-latest env: