|
94 | 94 | - uses: actions/setup-python@v5 |
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel |
97 | | - run: python -m pip install cibuildwheel==2.19.0 |
| 97 | + run: python -m pip install cibuildwheel==2.19.1 |
98 | 98 |
|
99 | 99 | - name: Build wheels |
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -211,8 +211,19 @@ Changelog |
211 | 211 |
|
212 | 212 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
213 | 213 |
|
| 214 | +### v2.19.1 |
| 215 | + |
| 216 | +- 🐛 Don't require setup-python on GHA for Pyodide (#1868) |
| 217 | +- 🐛 Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881) |
| 218 | +- 🛠 Update for pip 24.1b2 on CPython 3.13. (#1879) |
| 219 | +- 🛠 Fix a warning in our schema generation script. (#1866) |
| 220 | +- 🛠 Cleaner output on pytest 8-8.2. (#1865) |
| 221 | + |
| 222 | + |
214 | 223 | ### v2.19.0 |
215 | 224 |
|
| 225 | +See the [release post](https://iscinumpy.dev/post/cibuildwheel-2-19-0/) for more info on new features! |
| 226 | + |
216 | 227 | - 🌟 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 | 228 | - 🌟 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 | 229 | - ✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854) |
@@ -273,14 +284,6 @@ _11 March 2024_ |
273 | 284 | - 📚 Moved the docs onto the official PyPA domain - they're now available at https://cibuildwheel.pypa.io . (#1775) |
274 | 285 | - 📚 Docs and examples improvements (#1762, #1734) |
275 | 286 |
|
276 | | - |
277 | | -### v2.16.5 |
278 | | - |
279 | | -_30 January 2024_ |
280 | | - |
281 | | -- 🐛 Fix an incompatibility with the GitHub Action and new GitHub Runner images for Windows that bundle Powershell 7.3+ (#1741) |
282 | | -- 🛠 Preliminary support for new `macos-14` arm64 runners (#1743) |
283 | | - |
284 | 287 | <!-- END bin/update_readme_changelog.py --> |
285 | 288 |
|
286 | 289 | --- |
|
0 commit comments