|
96 | 96 | - uses: actions/setup-python@v3 |
97 | 97 |
|
98 | 98 | - name: Install cibuildwheel |
99 | | - run: python -m pip install cibuildwheel==2.12.3 |
| 99 | + run: python -m pip install cibuildwheel==2.13.0 |
100 | 100 |
|
101 | 101 | - name: Build wheels |
102 | 102 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -212,6 +212,16 @@ Changelog |
212 | 212 |
|
213 | 213 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
214 | 214 |
|
| 215 | +### v2.13.0 |
| 216 | + |
| 217 | +_28 May 2023_ |
| 218 | + |
| 219 | +- ✨ Adds CPython 3.12 support, under the prerelease flag [CIBW_PRERELEASE_PYTHONS](https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons). This version of cibuildwheel uses 3.12.0b1. |
| 220 | + |
| 221 | + 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.12 will be available in cibuildwheel without the flag. (#1507) |
| 222 | + |
| 223 | +- ✨ Adds the ability to pass arguments to the container engine when the container is created, using the [CIBW_CONTAINER_ENGINE](https://cibuildwheel.readthedocs.io/en/stable/options/#container-engine) option. (#1499) |
| 224 | + |
215 | 225 | ### v2.12.3 |
216 | 226 |
|
217 | 227 | _19 April 2023_ |
@@ -239,15 +249,6 @@ _16 Jan 2023_ |
239 | 249 | - ✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple Silicon machines. Cross-compilation is not supported for these wheels, so you'll have to build on an Apple Silicon machine. (#1372) |
240 | 250 | - 🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0. |
241 | 251 |
|
242 | | -### v2.11.4 |
243 | | - |
244 | | -_24 Dec 2022_ |
245 | | - |
246 | | -- 🐛 Fix a bug that caused missing wheels on Windows when a test was skipped using CIBW_TEST_SKIP (#1377) |
247 | | -- 🛠 Updates CPython 3.11 to 3.11.1 (#1371) |
248 | | -- 🛠 Updates PyPy to 7.3.10, except on macOS which remains on 7.3.9 due to a bug on that platform. (#1371) |
249 | | -- 📚 Added a reference to abi3audit to the docs (#1347) |
250 | | - |
251 | 252 | <!-- END bin/update_readme_changelog.py --> |
252 | 253 |
|
253 | 254 | --- |
|
0 commit comments