Skip to content

Commit

Permalink
Upgrade cibuildwheel 2.22.0 in pypi workflow
Browse files Browse the repository at this point in the history
New version supports Python 3.13 builds by default and not as a
prerelease anymore.
  • Loading branch information
gbolmier committed Nov 24, 2024
1 parent 2590660 commit 3ebf0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.22.0
timeout-minutes: 720
env:
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
Expand Down

0 comments on commit 3ebf0b8

Please sign in to comment.