From a717a0905e4e93e294bd7542238da48e1c252039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 15 Dec 2024 12:20:51 +0100 Subject: [PATCH] Update GitHub Actions to use current Python versions --- .github/workflows/tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 78d8099..3f2e261 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,12 +25,11 @@ jobs: strategy: matrix: python-version: - - 3.7 - - 3.8 - 3.9 - "3.10" - "3.11" - "3.12" + - "3.13" fail-fast: false steps: - name: Checkout