diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9652857..c136973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1", "pypy-3.10"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"] os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: windows-latest