diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71814afc..3b90a942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-rc.2" + - "3.12" os: - ubuntu-latest extension: @@ -135,7 +135,7 @@ jobs: fetch-depth: 0 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.15.0 + run: python -m pip install cibuildwheel==2.16.2 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse