diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1923ea3..3c9f2e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,15 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' free-threading: - false include: - os: ubuntu-latest - python-version: 3.13-dev + python-version: '3.13' free-threading: false - os: ubuntu-latest - python-version: 3.13-dev + python-version: '3.13' free-threading: true runs-on: ${{ matrix.os }} @@ -64,7 +65,7 @@ jobs: matrix: python-version: - '3.10' - - '3.12' + - '3.13' runs-on: ubuntu-latest steps: