Skip to content

Commit

Permalink
feat: update cibuildwheel to build on final cpython release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 18, 2023
1 parent ddf0e58 commit 46781c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version:
- "3.10"
- "3.11"
- "3.12.0-beta.4"
- "3.12"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 46781c1

Please sign in to comment.