|
97 | 97 | - uses: actions/setup-python@v3
|
98 | 98 |
|
99 | 99 | - name: Install cibuildwheel
|
100 |
| - run: python -m pip install cibuildwheel==2.16.1 |
| 100 | + run: python -m pip install cibuildwheel==2.16.2 |
101 | 101 |
|
102 | 102 | - name: Build wheels
|
103 | 103 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -213,6 +213,17 @@ Changelog
|
213 | 213 |
|
214 | 214 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
215 | 215 |
|
| 216 | +### v2.16.2 |
| 217 | + |
| 218 | +_3 October 2023_ |
| 219 | + |
| 220 | +- 🛠 Updates CPython 3.12 version to 3.12.0, final release (#1635) |
| 221 | +- ✨ Adds a debug option [`CIBW_DEBUG_KEEP_CONTAINER`](https://cibuildwheel.readthedocs.io/en/stable/options/#cibw_debug_keep_container) to stop cibuildwheel deleting build containers after the build finishes. (#1620) |
| 222 | +- 📚 Adds support for `[tool.cibuildwheel]` checking by adding a schema compatible with the [validate-pyproject](https://github.com/abravalheri/validate-pyproject/) tool (#1622, #1628, #1629) |
| 223 | +- 🐛 Fix parsing of `CIBW_CONTAINER_ENGINE` and `CIBW_BUILD_FRONTEND` options to not break arguments on `:` characters (#1621) |
| 224 | +- 🐛 Fix the evaluation order of `CIBW_ENVIRONMENT` and `CIBW_ENVIRONMENT_PASS` so that `CIBW_ENVIRONMENT` assignments can reference environment variables passed through from the host machine. (#1617) |
| 225 | +- 🛠 Supports manylinux images' deferred installation of interpreters through the `manylinux-interpreters` tool (#1630) |
| 226 | + |
216 | 227 | ### v2.16.1
|
217 | 228 |
|
218 | 229 | _26 September 2023_
|
@@ -245,16 +256,6 @@ _15 July 2023_
|
245 | 256 |
|
246 | 257 | - 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b4 (#1550)
|
247 | 258 |
|
248 |
| -### v2.14.0 |
249 |
| - |
250 |
| -_10 July 2023_ |
251 |
| - |
252 |
| -- ✨ Adds support for building PyPy 3.10 wheels. (#1525) |
253 |
| -- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b3. |
254 |
| -- ✨ Allow the use of the `{wheel}` placeholder in CIBW_TEST_COMMAND (#1533) |
255 |
| -- 📚 Docs & examples updates (#1532, #1416) |
256 |
| -- ⚠️ Removed support for running cibuildwheel in Python 3.7. Python 3.7 is EOL. However, cibuildwheel continues to build Python 3.7 wheels for the moment. (#1175) |
257 |
| - |
258 | 259 | <!-- END bin/update_readme_changelog.py -->
|
259 | 260 |
|
260 | 261 | ---
|
|
0 commit comments