|
99 | 99 | - uses: actions/setup-python@v6 |
100 | 100 |
|
101 | 101 | - name: Install cibuildwheel |
102 | | - run: python -m pip install cibuildwheel==3.4.0 |
| 102 | + run: python -m pip install cibuildwheel==3.4.1 |
103 | 103 |
|
104 | 104 | - name: Build wheels |
105 | 105 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -235,6 +235,16 @@ Changelog |
235 | 235 |
|
236 | 236 | <!-- [[[cog from readme_changelog import mini_changelog; print(mini_changelog()) ]]] --> |
237 | 237 |
|
| 238 | +### v3.4.1 |
| 239 | + |
| 240 | +_2 April 2026_ |
| 241 | + |
| 242 | +- ⚠️ Building for the experimental CPython 3.13 free-threading variant is now deprecated. That functionality will be removed in the next minor release. The [`enable`](https://cibuildwheel.pypa.io/en/stable/options/#enable) option `cpython-freethreading` is therefore also deprecated. Builds specifying `enable = "all"` no longer select `cpython-freethreading`. CPython 3.14 free-threading support remains available without the `enable` flag. (#2787) |
| 243 | +- 🐛 iOS builds will no longer skip `repair-wheel-command` if it's defined in config (#2761) |
| 244 | +- 🐛 Fix bug causing `uv` to fail when environments define PYTHON_VERSION or UV_PYTHON, conflicting with our venvs (#2795) |
| 245 | +- ✨ cibuildwheel prints the selected build identifiers at the start of the build. (#2785) |
| 246 | +- 🔐 The GitHub Action now references other actions with a full SHA (#2744) |
| 247 | + |
238 | 248 | ### v3.4.0 |
239 | 249 |
|
240 | 250 | _5 March 2026_ |
@@ -274,18 +284,7 @@ _12 October 2025_ |
274 | 284 | - 🐛 Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613) |
275 | 285 | - 📚 Docs improvements (#2617) |
276 | 286 |
|
277 | | -### v3.2.0 |
278 | | - |
279 | | -_22 September 2025_ |
280 | | - |
281 | | -- ✨ Adds GraalPy v25 (Python 3.12) support (#2597) |
282 | | -- 🛠 Update to CPython 3.14.0rc3 (#2602) |
283 | | -- 🛠 Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591) |
284 | | -- 🛠 Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575) |
285 | | -- ⚠️ PyPy 3.10 was moved to `pypy-eol` in the `enable` option, as it is now end-of-life. (#2521) |
286 | | -- 📚 Docs improvements (#2574, #2601, #2598) |
287 | | - |
288 | | -<!-- [[[end]]] (sum: aO1wNWSgKa) --> |
| 287 | +<!-- [[[end]]] (sum: NOLMd9iLDC) --> |
289 | 288 |
|
290 | 289 | --- |
291 | 290 |
|
|
0 commit comments