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