From 915697b736b4fd7398dd8b5cbaf9e6dc5125ddcb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 17 Oct 2023 22:06:58 -1000 Subject: [PATCH] feat: build wheels with final cpython release (#5) --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a3a0e..0e47861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,12 +38,9 @@ jobs: fail-fast: false matrix: python-version: - - "3.7" - - "3.8" - - "3.9" - "3.10" - "3.11" - - "3.12.0-beta.4" + - "3.12" os: - ubuntu-latest - macOS-latest @@ -139,7 +136,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