Skip to content

Commit

Permalink
cibuildwheel version bump for py3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Nov 15, 2024
1 parent 4dc34ca commit 55d1a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp38", "pp39", "pp310"]
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]

steps:
- uses: actions/[email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
platforms: all

- name: Build & test wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
Expand Down

0 comments on commit 55d1a9e

Please sign in to comment.