Skip to content

Commit e3149c8

Browse files
committed
Bump cibuildwheel to v2.21.3 for Py313
This version of cibuildwheel uses the 3.13.0 final release.
1 parent 210ab08 commit e3149c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/artifacts_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4.1.1
3737

3838
- name: Build wheels
39-
uses: pypa/cibuildwheel@v2.20.0
39+
uses: pypa/cibuildwheel@v2.21.3
4040
env:
4141
CIBW_ARCHS_WINDOWS: "AMD64 x86"
4242
# AMD64 and Intel32 wheels, but not ARM64 (yet)
@@ -60,7 +60,7 @@ jobs:
6060
uses: docker/setup-qemu-action@v3.0.0
6161

6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v2.20.0
63+
uses: pypa/cibuildwheel@v2.21.3
6464
env:
6565
# based on CentOS 7; glibc 64-bit builds only; no bundled libraries
6666
# https://github.com/pypa/manylinux#docker-images
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v4.1.1
9595

9696
- name: Build wheels
97-
uses: pypa/cibuildwheel@v2.20.0
97+
uses: pypa/cibuildwheel@v2.21.3
9898
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary
9999
env:
100100
CIBW_ARCHS_MACOS: x86_64
@@ -122,7 +122,7 @@ jobs:
122122
run: brew install unixodbc
123123

124124
- name: Build wheels
125-
uses: pypa/cibuildwheel@v2.20.0
125+
uses: pypa/cibuildwheel@v2.21.3
126126
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary
127127
env:
128128
CIBW_ARCHS_MACOS: arm64

0 commit comments

Comments
 (0)