You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
215
215
216
+
### v2.16.0
217
+
218
+
_18 September 2023_
219
+
220
+
- ✨ Add the ability to pass additional flags to a build frontend through the [CIBW_BUILD_FRONTEND](https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend) option (#1588).
221
+
- ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/)!) (#1589)
222
+
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
223
+
- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__" block (#1613)
224
+
- 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
225
+
- 🐛 `--only` can now select prerelease-pythons (#1564)
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b2. (#1516)
244
256
- 🛠 Adds a moving `v<major>.<minor>` tag for use in GitHub Actions workflow files. If you use this, you'll get the latest patch release within a minor version. Additionally, Dependabot won't send you PRs for patch releases. (#1517)
245
257
246
-
### v2.13.0
247
-
248
-
_28 May 2023_
249
-
250
-
- ✨ 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.
251
-
252
-
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)
253
-
254
-
- ✨ 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)
0 commit comments