|
94 | 94 | - uses: actions/setup-python@v3
|
95 | 95 |
|
96 | 96 | - name: Install cibuildwheel
|
97 |
| - run: python -m pip install cibuildwheel==2.11.4 |
| 97 | + run: python -m pip install cibuildwheel==2.12.0 |
98 | 98 |
|
99 | 99 | - name: Build wheels
|
100 | 100 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -210,6 +210,13 @@ Changelog
|
210 | 210 |
|
211 | 211 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
212 | 212 |
|
| 213 | +### v2.12.0 |
| 214 | + |
| 215 | +_16 Jan 2023_ |
| 216 | + |
| 217 | +- ✨ 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) |
| 218 | +- 🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0. |
| 219 | + |
213 | 220 | ### v2.11.4
|
214 | 221 |
|
215 | 222 | _24 Dec 2022_
|
@@ -245,19 +252,6 @@ _13 October 2022_
|
245 | 252 |
|
246 | 253 | - 🛠 Updates to the latest manylinux images, and updates CPython 3.10 to 3.10.8.
|
247 | 254 |
|
248 |
| -### v2.11.0 |
249 |
| - |
250 |
| -_13 October 2022_ |
251 |
| - |
252 |
| -- 🌟 Adds support for cross-compiling Windows ARM64 wheels. To use this feature, add `ARM64` to the [CIBW_ARCHS](https://cibuildwheel.readthedocs.io/en/stable/options/#archs) option on a Windows Intel runner. (#1144) |
253 |
| -- ✨ Adds support for building Linux aarch64 wheels on Circle CI. (#1307) |
254 |
| -- ✨ Adds support for building Windows wheels on Gitlab CI. (#1295) |
255 |
| -- ✨ Adds support for building Linux aarch64 wheels under emulation on Gitlab CI. (#1295) |
256 |
| -- ✨ Adds the ability to test `cp38-macosx_arm64` wheels on a native arm64 runner. To do this, you'll need to preinstall the (experimental) [universal2 version of CPython 3.8](https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg) on your arm64 runner before invoking cibuildwheel. Note: it is not recommended to build x86_64 wheels with this setup, your wheels will have limited compatibility wrt macOS versions. (#1283) |
257 |
| -- 🛠 Improved error messages when using custom Docker images and Python cannot be found at the correct path. (#1298) |
258 |
| -- 📚 Sample configs for Azure Pipelines and Travis CI updated (#1296) |
259 |
| -- 📚 Other docs improvements - including more information about using Homebrew for build dependencies (#1290) |
260 |
| - |
261 | 255 | <!-- END bin/update_readme_changelog.py -->
|
262 | 256 |
|
263 | 257 | ---
|
|
0 commit comments