Skip to content

Update dependency cibuildwheel to v4.2.0 - #9947

Merged
radarhere merged 1 commit into
mainfrom
renovate/cibuildwheel-4.x
Sep 3, 2026
Merged

Update dependency cibuildwheel to v4.2.0#9947
radarhere merged 1 commit into
mainfrom
renovate/cibuildwheel-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cibuildwheel (changelog) ==4.1.1==4.2.0 age confidence

Release Notes

pypa/cibuildwheel (cibuildwheel)

v4.2.0

Compare Source

  • 🌟 CPython 3.15 wheels are now built by default - without the "cpython-prerelease" enable set. It's time to build and upload these wheels to PyPI! This release includes CPython 3.15.0rc1, which is guaranteed to be ABI compatible with the final release. (#​2944)
  • ✨ Adds Pyodide 3.15 support with the cp315-pyodide_wasm32 build identifier, using Pyodide 315.0.0a2. These are also stable wrt. the final release. (#​2958)
  • 🐛 Retries a failed download six times with exponential backoff, so short network outages no longer stop a build. A 4xx response is still reported at once. (#​2953)