Skip to content

Commit

Permalink
update cibuildwheel to support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Dec 15, 2023
1 parent ca22e79 commit 8b943a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}*
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
Expand Down

0 comments on commit 8b943a9

Please sign in to comment.