From 88749599e9a3262373294576d39e6d19b2da25cb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 5 Mar 2026 10:44:24 +0000
Subject: [PATCH] Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 (#12199)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
3.3.1 to 3.4.0.
Release notes
Sourced from pypa/cibuildwheel's
releases.
v3.4.0
- 🌟 You can now build wheels using
uv as a build
frontend. This should improve performance, especially if your project
has lots of build dependencies. To use, set build-frontend
to uv. (#2322)
- ⚠️ We no longer support running on Travis CI. It may continue
working but we don't run tests there anymore so we can't be sure. (#2682)
- ✨ Improvements to building rust wheels on Android (#2650)
- 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting
unnecessarily changed, causing issues with meson builds. (#2723)
- ✨ Add support for quiet setting on
build and
uv from the cibuildwheel build-verbosity
setting. (#2737)
- 📚 Docs updates, including guidance on using Meson on Windows (#2718)
Changelog
Sourced from pypa/cibuildwheel's
changelog.
v3.4.0
5 March 2026
- 🌟 You can now build wheels using
uv as a build
frontend. This should improve performance, especially if your project
has lots of build dependencies. To use, set build-frontend
to uv. (#2322)
- ⚠️ We no longer support running on Travis CI. It may continue
working but we don't run tests there anymore so we can't be sure. (#2682)
- ✨ Improvements to building rust wheels on Android (#2650)
- 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting
unnecessarily changed, causing issues with meson builds. (#2723)
- ✨ Add support for quiet setting on
build and
uv from the cibuildwheel build-verbosity
setting. (#2737)
- 📚 Docs updates, including guidance on using Meson on Windows (#2718)
Commits
ee02a15
Bump version: v3.4.0
f08ce70
chore: match copyright to BSD-2-clause template (#2758)
95b4b79
Fix incorrect document regarding pyodide auditwheel (#2752)
f046d0a
Bump to Pyodide v0.29.3 (#2743)
f5a31ee
chore(deps): bump the actions group across 1 directory with 4 updates
(#2755)
35ec456
[pre-commit.ci] pre-commit autoupdate (#2756)
51fed90
[Bot] Update dependencies (#2734)
b70562f
Debug GraalPy/uv test failures on Windows (#2741)
0a85e29
Work around CDN rate limiting on Python.org in bin/update_pythons.py (#2753)
2d33864
Pin the actions/setup-python for the externally used action.yml (#2749)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-cd.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index 56230c96bf1..a6bb5e70bc4 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -573,7 +573,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
- uses: pypa/cibuildwheel@v3.3.1
+ uses: pypa/cibuildwheel@v3.4.0
env:
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2