|
98 | 98 | - uses: actions/setup-python@v5
|
99 | 99 |
|
100 | 100 | - name: Install cibuildwheel
|
101 |
| - run: python -m pip install cibuildwheel==2.22.0 |
| 101 | + run: python -m pip install cibuildwheel==2.23.0 |
102 | 102 |
|
103 | 103 | - name: Build wheels
|
104 | 104 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -215,6 +215,15 @@ Changelog
|
215 | 215 |
|
216 | 216 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
217 | 217 |
|
| 218 | +### v2.23.0 |
| 219 | + |
| 220 | +_1 March 2025_ |
| 221 | + |
| 222 | +- ✨ Adds official support for the new GitHub Actions Arm runners. In fact these worked out-of-the-box, now we include them in our tests and example configs. (#2135 via #2281) |
| 223 | +- ✨ Adds support for building PyPy 3.11 wheels (#2268 via #2281) |
| 224 | +- 🛠 Adopts the beta pypa/manylinux image for armv7l builds (#2269 via #2281) |
| 225 | +- 🛠 Dependency updates, including Pyodide 0.27 (#2117 and #2281) |
| 226 | + |
218 | 227 | ### v2.22.0
|
219 | 228 |
|
220 | 229 | _23 November 2024_
|
@@ -261,17 +270,6 @@ _16 September 2024_
|
261 | 270 | - 🐛 Fix a bug where `uv 0.4.10` would not use the right Python when testing on Linux. (#2008)
|
262 | 271 | - 🛠 Bump our documentation pins, fixes an issue with a missing package (#2011)
|
263 | 272 |
|
264 |
| -### v2.21.0 |
265 |
| - |
266 |
| -_13 September 2024_ |
267 |
| - |
268 |
| -- ⚠️ Update CPython 3.12 to 3.12.6, which changes the macOS minimum deployment target on CPython 3.12 from macOS 10.9 to macOS 10.13 (#1998) |
269 |
| -- 🛠 Changes the behaviour when inheriting `config-settings` in TOML overrides - rather than extending each key, which is rarely useful, individual keys will override previously set values. (#1803) |
270 |
| -- 🛠 Update CPython 3.13 to 3.13.0rc2 (#1998) |
271 |
| -- ✨ Adds support for multiarch OCI images (#1961) |
272 |
| -- 🐛 Fixes some bugs building Linux wheels on macOS. (#1961) |
273 |
| -- ⚠️ Changes the minimum version of Docker/Podman to Docker API version 1.43, Podman API version 3. The only mainstream runner this should affect is Travis Graviton2 runners - if so you can [upgrade your version of Docker](https://github.com/pypa/cibuildwheel/pull/1961#issuecomment-2304060019). (#1961) |
274 |
| - |
275 | 273 | <!-- END bin/update_readme_changelog.py -->
|
276 | 274 |
|
277 | 275 | ---
|
|
0 commit comments