diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e527e9aa..77eb124db 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" fail-fast: false concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ matrix.python-version }}