Skip to content

Commit

Permalink
Build python 3.13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard committed Oct 8, 2024
1 parent 9dd7012 commit 283382c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- uses: pypa/cibuildwheel@v2.20.0
- uses: pypa/cibuildwheel@v2.21.2
- uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ build = [
"cp310-*",
"cp311-*",
"cp312-*",
"cp313-*",
"pp38-*",
"pp39-*",
"pp310-*",
Expand Down

0 comments on commit 283382c

Please sign in to comment.