Skip to content

Commit

Permalink
Update cibuildwheel to allow Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Nov 23, 2024
1 parent ee825f0 commit 82de560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# with:
# platforms: all
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS_LINUX: auto
with:
Expand Down

0 comments on commit 82de560

Please sign in to comment.