|
94 | 94 | - uses: actions/setup-python@v5
|
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel
|
97 |
| - run: python -m pip install cibuildwheel==2.19.2 |
| 97 | + run: python -m pip install cibuildwheel==2.20.0 |
98 | 98 |
|
99 | 99 | - name: Build wheels
|
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -211,6 +211,16 @@ Changelog
|
211 | 211 |
|
212 | 212 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
213 | 213 |
|
| 214 | +### v2.20.0 |
| 215 | + |
| 216 | +- 🌟 CPython 3.13 wheels are now built by default - without the `CIBW_PRERELEASE_PYTHONS` flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (#1950) |
| 217 | +- ✨ Provide a `CIBW_ALLOW_EMPTY` environment variable as an alternative to the command line flag. (#1937) |
| 218 | +- 🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in 0.2.25. Note that PyPy 3.8 is EoL. (#1868) |
| 219 | +- 🛠 Set the `VSCMD_ARG_TGT_ARCH` variable based on target arch. (#1876) |
| 220 | +- 🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (#1943) |
| 221 | +- 📚 Update examples to use Python 3.12 on host (cibuildwheel will require Python 3.11+ on the host machine starting in October 2024) (#1919) |
| 222 | + |
| 223 | + |
214 | 224 | ### v2.19.2
|
215 | 225 |
|
216 | 226 | - 🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917)
|
@@ -261,24 +271,6 @@ See the [release post](https://iscinumpy.dev/post/cibuildwheel-2-19-0/) for more
|
261 | 271 | - 🐛 Fix running linux tests from Windows or macOS ARM. (#1788)
|
262 | 272 | - 📚 Fix our documentation build. (#1821)
|
263 | 273 |
|
264 |
| - |
265 |
| -### v2.18.0 |
266 |
| - |
267 |
| -_12 May 2024_ |
268 |
| - |
269 |
| -- ✨ Adds CPython 3.13 support, under the prerelease flag [CIBW_PRERELEASE_PYTHONS](https://cibuildwheel.pypa.io/en/stable/options/#prerelease-pythons). This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not available yet (#1657), waiting on official binaries (planned for beta 2) and pip support. |
270 |
| - |
271 |
| - _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.13 will be available in cibuildwheel without the flag._ (#1815) |
272 |
| - |
273 |
| -- ✨ Musllinux now defaults to `musllinux_1_2`. You can set the older `musllinux_1_1` via config if needed. (#1817) |
274 |
| -- 🛠 No longer pre-seed setuptools/wheel in virtual environments (#1819) |
275 |
| -- 🛠 Respect the constraints file when building with pip, matching build (#1818) |
276 |
| -- 🛠 Use uv to compile our pinned dependencies, 10x faster and doesn't require special setup (#1778) |
277 |
| -- 🐛 Fix an issue with the schema (#1788) |
278 |
| -- 📚 Document the new delocate error checking macOS versions (#1766) |
279 |
| -- 📚 Document Rust builds (#1816) |
280 |
| -- 📚 Speed up our readthedocs builds with uv, 26 seconds -> 6 seconds to install dependencies (#1816) |
281 |
| - |
282 | 274 | <!-- END bin/update_readme_changelog.py -->
|
283 | 275 |
|
284 | 276 | ---
|
|
0 commit comments