Skip to content

Commit 09cfbab

Browse files
Update dependency cibuildwheel to v4 (#9665)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent fd0956f commit 09cfbab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/requirements-cibw.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==3.4.1
1+
cibuildwheel==4.0.0

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636
cancel-in-progress: true
3737

3838
env:
39-
EXPECTED_DISTS: 66
39+
EXPECTED_DISTS: 87
4040
FORCE_COLOR: 1
4141

4242
jobs:
@@ -64,7 +64,7 @@ jobs:
6464
platform: macos
6565
os: macos-26-intel
6666
cibw_arch: x86_64
67-
build: "{cp314,pp3}*"
67+
build: "{cp314,cp315,pp3}*"
6868
macosx_deployment_target: "10.15"
6969
- name: "macOS arm64"
7070
platform: macos

0 commit comments

Comments
 (0)