Skip to content

Commit

Permalink
build wheel for Python 3.13 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene authored Oct 17, 2024
1 parent 2ac9250 commit 74a68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 74a68b9

Please sign in to comment.