Skip to content

Commit

Permalink
Update to cibuildwheel 2.20 for CPython 3.13 wheels
Browse files Browse the repository at this point in the history
Quoting their README:

CPython 3.13 is built by default using Python RCs, starting with cibuildwheel 2.20. Free-threaded mode will still require opt-in using CIBW_FREE_THREADED_SUPPORT.
  • Loading branch information
peterjc authored Sep 9, 2024
1 parent b55d1f9 commit ebd21b7
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 @@ -44,7 +44,7 @@ jobs:
cd ..
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.20.0
with:
package-dir: biopython
output-dir: wheelhouse
Expand Down

0 comments on commit ebd21b7

Please sign in to comment.