|
98 | 98 | - uses: actions/setup-python@v6 |
99 | 99 |
|
100 | 100 | - name: Install cibuildwheel |
101 | | - run: python -m pip install cibuildwheel==3.4.1 |
| 101 | + run: python -m pip install cibuildwheel==4.0.0rc1 |
102 | 102 |
|
103 | 103 | - name: Build wheels |
104 | 104 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -238,6 +238,35 @@ Changelog |
238 | 238 |
|
239 | 239 | <!-- [[[cog from readme_changelog import mini_changelog; print(mini_changelog()) ]]] --> |
240 | 240 |
|
| 241 | +### v4.0.0rc1 |
| 242 | + |
| 243 | +_14 May 2026_ |
| 244 | + |
| 245 | +- 🌟 Adds wheel auditing with `abi3audit` as a default after the repair step, with new [`audit-requires`](https://cibuildwheel.pypa.io/en/stable/options/#audit-requires) and [`audit-command`](https://cibuildwheel.pypa.io/en/stable/options/#audit-command) options (#2805) |
| 246 | +- 🌟 Adds `pyemscripten` platform tag support (PEP 783), updates Pyodide to 314.0.0a1, and adds a `pyodide-eol` [`enable`](https://cibuildwheel.pypa.io/en/stable/options/#enable) flag for building end-of-life Pyodide versions (#2812, #2848) |
| 247 | +- 🌟 Sets up `delvewheel` as the default [`repair-wheel-command`](https://cibuildwheel.pypa.io/en/stable/options/#repair-wheel-command) for Windows, so extension module DLLs are now bundled automatically. Skip by setting it to empty if not needed. (#2831) |
| 248 | +- ✨ Adds CPython 3.15 support, under the [`enable` option](https://cibuildwheel.pypa.io/en/stable/options/#enable) `cpython-prerelease`. This version of cibuildwheel uses 3.15.0b1. (#2833, #2850) |
| 249 | + |
| 250 | + _While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.14 will be available in cibuildwheel without the flag._ (#2390) |
| 251 | +- ✨ Adds `{project}` and `{package}` placeholders to [`config-settings`](https://cibuildwheel.pypa.io/en/stable/options/#config-settings) (#2827) |
| 252 | +- ⚠️ Drops support for Python 3.8 (#2686) |
| 253 | +- ⚠️ Removes the experimental CPython 3.13 free-threading builds and the `cpython-freethreading` [`enable`](https://cibuildwheel.pypa.io/en/stable/options/#enable) option. CPython 3.14+ free-threading support remains available without the enable flag. (#2684) |
| 254 | +- ⚠️ Drops support for Cirrus CI, which is shutting down June 1, 2026 (#2817) |
| 255 | +- 🐛 Fixes `UV_PYTHON` not being set for [`before-build`](https://cibuildwheel.pypa.io/en/stable/options/#before-build) on Linux when using `uv` as the [`build-frontend`](https://cibuildwheel.pypa.io/en/stable/options/#build-frontend) (#2830) |
| 256 | +- 🛠 Updates Android to Python 3.13.13 and 3.14.4 (#2821) |
| 257 | +- 🛠 Applies Pyodide-specific patches to the Emscripten toolchain installation (#2800) |
| 258 | +- 🛠 Updates dependencies and container pins (#2845, #2837, #2821, #2818, #2810, #2838, #2813) |
| 259 | +- 🛠 Uses `python -V -V` for Windows build diagnostics (#2832) |
| 260 | +- 📚 Documents platform-specific [`before-build`](https://cibuildwheel.pypa.io/en/stable/options/#before-build) configuration (#2834) |
| 261 | +- 📚 Updates the "How it works" diagram with details of Android, iOS, and Pyodide builds (#2816) |
| 262 | +- 📚 Adds Pyodide icon and regenerates working examples data for Android, iOS, and Pyodide (#2815, #2811) |
| 263 | +- 📚 Links back to source in docs (#2806) |
| 264 | +- 💼 Adds PEP 723 metadata for `bin/` scripts and drops the `bin` dependency group (#2819) |
| 265 | +- 💼 Updates CI action pins and dev dependencies (#2851, #2843, #2826, #2823, #2820, #2807) |
| 266 | +- 🧪 Fixes Android tests using the `uv` frontend (#2809) |
| 267 | +- 🧪 Fixes the update-dependencies workflow to use `uv` to run `nox` (#2808) |
| 268 | + |
| 269 | + |
241 | 270 | ### v3.4.1 |
242 | 271 |
|
243 | 272 | _2 April 2026_ |
@@ -280,15 +309,7 @@ _12 November 2025_ |
280 | 309 | - 🛠 Improve the handling of `test-command` on Android, enabling more options to be passed (#2590) |
281 | 310 | - 📚 Docs improvements (#2618) |
282 | 311 |
|
283 | | -### v3.2.1 |
284 | | - |
285 | | -_12 October 2025_ |
286 | | - |
287 | | -- 🛠 Update to CPython 3.14.0 final (#2614) |
288 | | -- 🐛 Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613) |
289 | | -- 📚 Docs improvements (#2617) |
290 | | - |
291 | | -<!-- [[[end]]] (sum: h5X+wOmWfI) --> |
| 312 | +<!-- [[[end]]] (sum: ZD0EjcyC0B) --> |
292 | 313 |
|
293 | 314 | --- |
294 | 315 |
|
|
0 commit comments