From 5bf21dfc5d6da65edcb403d524a8f72d1d384e26 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 17 Oct 2023 21:41:33 -1000 Subject: [PATCH] feat: update for final cpython release --- .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 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