|
94 | 94 | - uses: actions/setup-python@v5 |
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel |
97 | | - run: python -m pip install cibuildwheel==2.18.1 |
| 97 | + run: python -m pip install cibuildwheel==2.19.0 |
98 | 98 |
|
99 | 99 | - name: Build wheels |
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -211,6 +211,22 @@ Changelog |
211 | 211 |
|
212 | 212 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
213 | 213 |
|
| 214 | +### v2.19.0 |
| 215 | + |
| 216 | +- 🌟 Add Pyodide platform. Set with `--platform pyodide` or `CIBW_PLATFORM: pyodide` on Linux with a host Python 3.12 to build WebAssembly wheels. Not accepted on PyPI currently, but usable directly in a website using Pyodide, for live docs, etc. (#1456, #1859) |
| 217 | +- 🌟 Add `build[uv]` backend, which will take a pre-existing uv install (or install `cibuildwheel[uv]`) and use `uv` for all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856) |
| 218 | +- ✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854) |
| 219 | +- 🐛 Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862) |
| 220 | +- 🐛 Better determinism for the test environment seeding. (#1835) |
| 221 | +- 🛠 `VIRTUAL_ENV` variable now set. (#1842) |
| 222 | +- 🛠 Remove a pip<21.3 workaround. (#1842) |
| 223 | +- 🛠 Error handling was refactored to use exceptions. (#1719) |
| 224 | +- 🛠 Hardcoded paths in tests avoided. (#1834) |
| 225 | +- 🛠 Single Python tests made more generic. (#1835) |
| 226 | +- 🛠 Sped up our ci by splitting up emulation tests. (#1839) |
| 227 | + |
| 228 | + |
| 229 | + |
214 | 230 | ### v2.18.1 |
215 | 231 |
|
216 | 232 | - 🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers `cp313t-*`, new option `CIBW_FREE_THREADED_SUPPORT`/`tool.cibuildwheel.free-threaded-support` required to opt-in. [See the docs](https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support) for more information. (#1831) |
@@ -265,12 +281,6 @@ _30 January 2024_ |
265 | 281 | - 🐛 Fix an incompatibility with the GitHub Action and new GitHub Runner images for Windows that bundle Powershell 7.3+ (#1741) |
266 | 282 | - 🛠 Preliminary support for new `macos-14` arm64 runners (#1743) |
267 | 283 |
|
268 | | -### v2.16.4 |
269 | | - |
270 | | -_28 January 2024_ |
271 | | - |
272 | | -- 🛠 Update manylinux pins to upgrade from a problematic PyPy version. (#1737) |
273 | | - |
274 | 284 | <!-- END bin/update_readme_changelog.py --> |
275 | 285 |
|
276 | 286 | --- |
|
0 commit comments