-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cibuildwheel to v2.21.3 for Py313
This version of cibuildwheel uses the 3.13.0 final release.
- Loading branch information
1 parent
210ab08
commit e3149c8
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
uses: pypa/cibuildwheel@v2.21.3 | ||
env: | ||
CIBW_ARCHS_WINDOWS: "AMD64 x86" | ||
# AMD64 and Intel32 wheels, but not ARM64 (yet) | ||
|
@@ -60,7 +60,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
uses: pypa/cibuildwheel@v2.21.3 | ||
env: | ||
# based on CentOS 7; glibc 64-bit builds only; no bundled libraries | ||
# https://github.com/pypa/manylinux#docker-images | ||
|
@@ -94,7 +94,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
uses: pypa/cibuildwheel@v2.21.3 | ||
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary | ||
env: | ||
CIBW_ARCHS_MACOS: x86_64 | ||
|
@@ -122,7 +122,7 @@ jobs: | |
run: brew install unixodbc | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
uses: pypa/cibuildwheel@v2.21.3 | ||
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary | ||
env: | ||
CIBW_ARCHS_MACOS: arm64 | ||
|