diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991a9fd..0e5ea3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: python-version: - ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.1", "pypy3.9", "pypy3.10"] + ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1", "pypy3.9", "pypy3.10"] runs-on: ubuntu-latest steps: - name: Checkout code