diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 833f0ed60..ad41d126c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,8 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12-rc" + - "3.12" + - "3.13-rc" runs-on: ubuntu-latest container: image: python:${{ matrix.python }} @@ -48,7 +49,8 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12-rc" + - "3.12" + - "3.13-rc" runs-on: ubuntu-22.04 container: image: python:${{ matrix.python }} @@ -71,7 +73,8 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12-rc" + - "3.12" + - "3.13-rc" runs-on: ubuntu-22.04 container: image: python:${{ matrix.python }}