diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e55e6ad..050c64c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,11 +39,11 @@ jobs: fail-fast: false matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' - '3.12' + - '3.13' steps: - name: Checkout uses: actions/checkout@v4