Skip to content

Commit

Permalink
Update to cibuildwheel 2.22.0
Browse files Browse the repository at this point in the history
To allow python3.13
  • Loading branch information
tnipen committed Nov 25, 2024
1 parent b49d915 commit 25f2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2
run: python -m pip install cibuildwheel==2.22.0

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 25f2e61

Please sign in to comment.