Releases: scikit-build/cmake-python-distributions
Version 3.21.0
First release using GitHub Actions fully for all cibuildwheel builds, utilizing emulation to build special architectures. The release will now avoid pushing to PyPI unless all wheels are present. Build dependencies are now constrained, to better support building on new platforms. This is the first major release to be made the same day as the regular release from cmake.org.
Version 3.20.5
Lots of styling improvement with more checks. Added nox, including support for bumping releases. Built with cibuildwheel.
Version 3.20.4
Simple patch release. Last release before replacing the CI system; the next release will use GHA & Travis with cibuildwheel.
Version 3.20.3
OpenSSL has been standardized across architectures. The package now uses the /src layout. Requirements are more precise. The repair-wheel script has been refactored. A deployment issue with CircleCI has been fixed.
Version 3.20.2
Now includes binary wheels Apple Silicon, S390x, and PowerPC. Previously duplicated wheels have been combined into a smaller number of wheels with multiple tags. MacOS now requires 10.10+ (following CMake 3.20). PEP 517/518 support makes building from source easier, such as on Alpine.