github pypa/cibuildwheel v2.4.0

latest releases: v2.18.0, v2.18, v2.17.0...
2 years ago
  • ✨ cibuildwheel now supports running locally on Windows and macOS (as well as Linux). On macOS, you'll have to install the versions of Pythons that you want to use from Python.org, and cibuildwheel will use them. On Windows, cibuildwheel will install it's own versions of Python. Check out the documentation for instructions. (#974)
  • ✨ Added support for building PyPy 3.9 wheels. (#1031)
  • ✨ Listing at the end of the build now displays the size of each wheel (#975)
  • 🐛 Workaround a connection timeout bug on Travis CI ppc64le runners (#906)
  • 🐛 Fix an encoding error when reading setup.py in the wrong encoding (#977)
  • 🛠 Setuptools updated to 61.3.0, including experimental support for reading config from pyproject.toml(PEP 621). This could change the behaviour of your build if you have a pyproject.toml with a [project] table, because that takes precedence over setup.py and setup.cfg. Check out the setuptools docs and the project metadata specification for more info.
  • 🛠 Many other dependency updates.
  • 📚 Minor docs improvements

Don't miss a new cibuildwheel release

NewReleases is sending notifications on new releases.