From 6991376bea3b531635248435de45ec0a563c1127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:42:41 +0000 Subject: [PATCH 1/2] Update dependency cibuildwheel to v4 --- .ci/requirements-cibw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/requirements-cibw.txt b/.ci/requirements-cibw.txt index c824c10bce7..3ab830c0ee4 100644 --- a/.ci/requirements-cibw.txt +++ b/.ci/requirements-cibw.txt @@ -1 +1 @@ -cibuildwheel==3.4.1 +cibuildwheel==4.0.0 From e12a9fec56379cebb8e4131311d16ce976a1654d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 8 Jun 2026 09:45:37 +1000 Subject: [PATCH 2/2] Build Python 3.15 for macOS 10.15 on Intel --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0180d1c1c33..be4040853a1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -36,7 +36,7 @@ concurrency: cancel-in-progress: true env: - EXPECTED_DISTS: 66 + EXPECTED_DISTS: 87 FORCE_COLOR: 1 jobs: @@ -64,7 +64,7 @@ jobs: platform: macos os: macos-26-intel cibw_arch: x86_64 - build: "{cp314,pp3}*" + build: "{cp314,cp315,pp3}*" macosx_deployment_target: "10.15" - name: "macOS arm64" platform: macos