Skip to content

Commit 55d1a9e

Browse files
committed
cibuildwheel version bump for py3.13.
1 parent 4dc34ca commit 55d1a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: true
5050
matrix:
5151
os: [ubuntu-latest, windows-latest, macos-11]
52-
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp38", "pp39", "pp310"]
52+
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
5353

5454
steps:
5555
- uses: actions/checkout@v4.1.7
@@ -66,7 +66,7 @@ jobs:
6666
platforms: all
6767

6868
- name: Build & test wheels
69-
uses: pypa/cibuildwheel@v2.19
69+
uses: pypa/cibuildwheel@v2.21.3
7070
env:
7171
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
7272
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)