-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 #458
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 #458
Conversation
This is quite an important PR, since cibuildwheel 2.20 now uses the ABI stable CPython 3.13.0rc1, and builds Python 3.13 wheels by default. Since Python 3.13 is now ABI stable these wheels can be uploaded to PyPI and are guaranteed to work with future Python 3.13 version. |
If Circle CI is still used, this line also should be updated: Line 23 in 4aea090
@brendan-ward @theroggy could you review and, if good, merge this PR? |
I'd like this to either come after #451 or be absorbed there, since that makes other changes to the release workflow. We stalled a bit on reviewing open PRs while maintainers were out, so I'm hoping we can start picking up the pace again soon. |
@dependabot rebase |
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
df9df61
to
0c08306
Compare
@jorisvandenbossche do you think we can go ahead and merge this one (it seems to resolve the wheel building failure on Windows that first showed up after #464), since #451 will take a bit more time? |
Yes, we can certainly do that I think (we are not yet testing the python 3.13 wheels here, though, but I think that is fine to do in your other PR) |
Bumps pypa/cibuildwheel from 2.19.2 to 2.20.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
Changelog
Sourced from pypa/cibuildwheel's changelog.
Commits
bd033a4
Bump version: v2.20.09d023cf
Build CPython 3.13 by default (#1950)8a69dbd
[Bot] Update dependencies (#1949)147de6f
[pre-commit.ci] pre-commit autoupdate (#1947)e217e44
[Bot] Update dependencies (#1946)871ef6b
tests: show xfail traceback summaries again (#1943)fac72f0
[pre-commit.ci] pre-commit autoupdate (#1944)d4c3321
feat: addCIBW_ALLOW_EMPTY
environment variable (#1937)5af5df4
[Bot] Update dependencies (#1935)6c5cf87
docs: fix nox docs command (#1938)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)