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
🌟 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 or CIBW_PRERELEASE_PYTHONS to test. (Add CPython 3.10 support #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. (Drop Python 2.7 & 3.5 #596)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
pyproject.toml
! Environment variables still work of course. Check out the documentation for more info.CIBW_BUILD_FRONTEND
option.--prerelease-pythons
orCIBW_PRERELEASE_PYTHONS
to test. (Add CPython 3.10 support #675) This version of cibuildwheel includes CPython 3.10.0b4.This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions