Releases: pypa/cibuildwheel
Releases · pypa/cibuildwheel
v2.16.5
v2.16.4
v2.16.3
- 🐛 Fix a bug when building from sdist, where relative paths to files in the package didn't work because the working directory was wrong (#1687)
- 🛠 Adds the ability to disable mounting the host filesystem in containers to
/host
, through thedisable_host_mount
suboption onCIBW_CONTAINER_ENGINE
. - 📚 A lot of docs improvements! (#1708, #1705, #1686, #1679, #1667, #1665)
v2.16.2
- 🛠 Updates CPython 3.12 version to 3.12.0, final release (#1635)
- ✨ Adds a debug option
CIBW_DEBUG_KEEP_CONTAINER
to stop cibuildwheel deleting build containers after the build finishes. (#1620) - 📚 Adds support for
[tool.cibuildwheel]
checking by adding a schema compatible with the validate-pyproject tool (#1622, #1628, #1629) - 🐛 Fix parsing of
CIBW_CONTAINER_ENGINE
andCIBW_BUILD_FRONTEND
options to not break arguments on:
characters (#1621) - 🐛 Fix the evaluation order of
CIBW_ENVIRONMENT
andCIBW_ENVIRONMENT_PASS
so thatCIBW_ENVIRONMENT
assignments can reference environment variables passed through from the host machine. (#1617) - 🛠 Supports manylinux images' deferred installation of interpreters through the
manylinux-interpreters
tool (#1630)
v2.16.1
v2.16.0
- ✨ Add the ability to pass additional flags to a build frontend through the CIBW_BUILD_FRONTEND option (#1588).
- ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for reproducible builds!) (#1589)
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
- 🐛 Fix
requires_python
auto-detection from setup.py when the call tosetup()
is within anif __name__ == "__main__"
block (#1613) - 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
- 🐛
--only
can now select prerelease-pythons (#1564) - 📚 Docs & examples updates (#1582, #1593, #1598, #1615)
v2.15.0
- 🌟 CPython 3.12 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.12.0rc1, which is guaranteed to be ABI compatible with the final release. (#1565)
- ✨ Adds musllinux_1_2 support - this allows packagers to build for musl-based Linux distributions on a more recent Alpine image, and a newer musl libc. (#1561)
v2.14.1
v2.14.0
- ✨ Adds support for building PyPy 3.10 wheels. (#1525)
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b3.
- ✨ Allow the use of the
{wheel}
placeholder in CIBW_TEST_COMMAND (#1533) - 📚 Docs & examples updates (#1532, #1416)
⚠️ 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)