π Updated CPython 3.10 to the 3.10.0 final release.
v2.1.2
π Updated CPython 3.10 to 3.10.0rc2
π Multiple docs updates
π Improved warnings when built binaries are bundled into the container on Linux. (#807)
v2.1.1
β¨ Corresponding with the release of CPython 3.10.0rc1, which is ABI stable, cibuildwheel now builds CPython 3.10 by default - without the CIBW_PRERELEASE_PYTHONS flag.
Note: v2.1.0 was a bad release, it was yanked from PyPI.
π 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. (#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 or CIBW_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.
π Updated CPython 3.10 to the 3.10.0 final release
v2.1.2
14 September 2021
π Updated CPython 3.10 to 3.10.0rc2
π Multiple docs updates
π Improved warnings when built binaries are bundled into the container on Linux. (#807)
v2.1.1
7 August 2021
β¨ Corresponding with the release of CPython 3.10.0rc1, which is ABI stable, cibuildwheel now builds CPython 3.10 by default - without the CIBW_PRERELEASE_PYTHONS flag.
Note: v2.1.0 was a bad release, it was yanked from PyPI.
π 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. (#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)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pypa/cibuildwheel from 1.12.0 to 2.1.3.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
Commits
e8db6ff
Bump version: v2.1.3471565c
Merge pull request #857 from pypa/2.1.x-update-depsba0956c
Update dependencies (#855)e82258a
Update dependenciesb43367d
Update dependenciesdbdabba
Update dependencies (#830)de80b4a
Bump version: v2.1.212ecb7f
Update bump_version script for the changelog updates604a1b5
Update dependencies (#823)19cb9c1
Merge pull request #821 from pypa/joerick-patch-1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)