From 46781c1b41eec31c5047e76a843077a3b02d6dca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 17 Oct 2023 21:50:37 -1000 Subject: [PATCH] feat: update cibuildwheel to build on final cpython release (#33) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b66db..286ea1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: python-version: - "3.10" - "3.11" - - "3.12.0-beta.4" + - "3.12" os: - ubuntu-latest - macOS-latest @@ -134,7 +134,7 @@ jobs: fetch-depth: 0 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.13.1 + run: python -m pip install cibuildwheel==2.16.2 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse