|
99 | 99 | - uses: actions/setup-python@v6 |
100 | 100 |
|
101 | 101 | - name: Install cibuildwheel |
102 | | - run: python -m pip install cibuildwheel==3.3.1 |
| 102 | + run: python -m pip install cibuildwheel==3.4.0 |
103 | 103 |
|
104 | 104 | - name: Build wheels |
105 | 105 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -235,6 +235,17 @@ Changelog |
235 | 235 |
|
236 | 236 | <!-- [[[cog from readme_changelog import mini_changelog; print(mini_changelog()) ]]] --> |
237 | 237 |
|
| 238 | +### v3.4.0 |
| 239 | + |
| 240 | +_5 March 2026_ |
| 241 | + |
| 242 | +- 🌟 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`](https://cibuildwheel.pypa.io/en/stable/options/#build-frontend) to `uv`. (#2322) |
| 243 | +- ⚠️ 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) |
| 244 | +- ✨ Improvements to building rust wheels on Android (#2650) |
| 245 | +- 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723) |
| 246 | +- ✨ Add support for quiet setting on `build` and `uv` from the cibuildwheel `build-verbosity` setting. |
| 247 | +- 📚 Docs updates, including guidance on using Meson on Windows (#2718) |
| 248 | + |
238 | 249 | ### v3.3.1 |
239 | 250 |
|
240 | 251 | _5 January 2026_ |
@@ -274,25 +285,7 @@ _22 September 2025_ |
274 | 285 | - ⚠️ PyPy 3.10 was moved to `pypy-eol` in the `enable` option, as it is now end-of-life. (#2521) |
275 | 286 | - 📚 Docs improvements (#2574, #2601, #2598) |
276 | 287 |
|
277 | | -### v3.1.4 |
278 | | - |
279 | | -_19 August 2025_ |
280 | | - |
281 | | -- ✨ Add a `--clean-cache` command to clean up our cache (#2489) |
282 | | -- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556) |
283 | | -- 🛠 Update Pyodide to 0.28.2 (#2562, #2558) |
284 | | -- 🐛 Fix resolution with `pyodide-build` when `dependency-versions` is set (#2548) |
285 | | -- 🐛 Set `CMAKE_FIND_ROOT_PATH_MODE_PACKAGE` to `BOTH` on Android (#2547) |
286 | | -- 🐛 Add `patchelf` dependency for platforms that can build Android wheels (#2552) |
287 | | -- 🐛 Ignore empty values for `CIBW_ARCHS` like most other environment variables (#2541) |
288 | | -- 💼 The `color` and `suggest_on_error` argparse options are now default in 3.14rc1+ (#2554) |
289 | | -- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555) |
290 | | -- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557) |
291 | | -- 🧪 Split out platforms iOS and Android in our tests (#2519) |
292 | | -- 🧪 Fix and enable doctests (#2546) |
293 | | -- 📚 Improve our docs on free-threading (#2549) |
294 | | - |
295 | | -<!-- [[[end]]] (sum: PDe+dJWkRl) --> |
| 288 | +<!-- [[[end]]] (sum: rvgewG/d2N) --> |
296 | 289 |
|
297 | 290 | --- |
298 | 291 |
|
|
0 commit comments