Releases: pypa/cibuildwheel
v2.2.0a1
Currently in prerelease. The below release notes will be condensed into a single entry on final release.
v2.2.0a1 (23 September 2021)
-
🌟 Added support for musllinux. Support for this new wheel format lets projects build wheels for Linux distributions that use musl libc, notably, Alpine Docker containers.
Musllinux builds are enabled by default. To disable them on your project, add
*-musllinux_*
to yourCIBW_SKIP
/skip
option. (#768) -
🛠 Setting an empty string for the
CIBW_*_IMAGE
option will now fallthrough to the config file or cibuildwheel's default, rather than causing an error. This makes the option easier to use in CI build matricies. (#829)
v2.1.2
v2.1.1
v2.0.1
v2.0.0
- 🌟 You can now configure cibuildwheel options inside your project's
pyproject.toml
! Environment variables still work of course. Check out the documentation for more info. - 🌟 Added support for building wheels with build, as well as pip. This feature is controlled with the
CIBW_BUILD_FRONTEND
option. - 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag
--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. (#675) This version of cibuildwheel includes CPython 3.10.0b4. ⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)- ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
- 🛠 Update to the latest build dependencies, including Auditwheel 4. (#633)
- 🛠 Use the unified pypa/manylinux images to build PyPy (#671)
- 🐛 Numerous bug fixes & docs improvements
v2.0.0a4
This release is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.
v2.0.0a4 (25 Jun 2021)
- 🌟 Added support for building wheels with build, as well as pip. This feature is controlled with the
CIBW_BUILD_FRONTEND
option.
v2.0.0a3 (22 Jun 2021)
- 🌟 You can now configure cibuildwheel options inside your project's
pyproject.toml
! Environment variables still work of course. Check out the documentation for more info.
v2.0.0a2 (1 Jun 2021)
- 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag
--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. (#675) - ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
- 🛠 Update to the latest build dependencies, including auditwheel 4. (#633)
- 🛠 Use the unified pypa/manylinux images to build PyPy (#671)
⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)
v2.0.0a3
This release is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.
v2.0.0a3 (22 Jun 2021)
- 🌟 You can now configure cibuildwheel options inside your project's
pyproject.toml
! Environment variables still work of course. Check out the documentation for more info.
v2.0.0a2 (1 Jun 2021)
- 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag
--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. (#675) - ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
- 🛠 Update to the latest build dependencies, including auditwheel 4. (#633)
- 🛠 Use the unified pypa/manylinux images to build PyPy (#671)
⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)
v1.12.0
v2.0.0a2
This version is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.
v2.0.0a2 (1 Jun 2021)
- 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag
--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. (#675) - ✨ Added the ability to build CPython 3.8 wheels on Apple Silicon. (#704)
- 🛠 Update to the latest build dependencies, including auditwheel 4. (#633)
- 🛠 Use the unified pypa/manylinux images to build PyPy (#671)
⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)