-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Bump pypa/cibuildwheel from 2.23.3 to 3.1.1 #61981
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.23.3 to 3.1.1 #61981
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.1.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.1.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@@ -144,7 +144,7 @@ parentdir_prefix = "pandas-" | |||
setup = ['--vsenv'] # For Windows | |||
|
|||
[tool.cibuildwheel] | |||
skip = "cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x" | |||
skip = "cp38-* cp39-* *_i686 *_ppc64le *_s390x" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what it's worth cibuildwheel also reads project.requires-python
so you shouldn't need to explicitly skip older versions.
skip = "cp38-* cp39-* *_i686 *_ppc64le *_s390x" | |
skip = "*_i686 *_ppc64le *_s390x" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah cool. Feel free to submit a PR if interested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for reference: #61984
@mroeschke Could this change be backported to the |
Just noting that 2.3.x will likely not add additional Python version support as 2.3.x releases are only meant to address regressions and fixes for major pandas 3.0 features. pandas 3.0 may be the first pandas version to support 3.14 |
Oh, I've started testing 3.14 for Home Assistant already and the test suite passes, including some (albeit very) limited tests with pandas Just from a downstream package perspective, in general I prefer it if packages don't couple new Python version support with a new major revision / breaking changes. It just makes upgrading more difficult. I'm aware that's often just the nature of things line up. Just wanted to share my experience. |
Bumps pypa/cibuildwheel from 2.23.3 to 3.1.1.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
e6de07e
Bump version: v3.1.12ca692b
docs: iOS typo fix in docs (#2510)1ac7fa7
fix: report defects in logs and HTML summaries (#2512)ffd835c
Bump version: v3.1.03e2a9aa
fix: regenerate schema10c727e
feat: Python 3.14rc1 build by default (#2507)f628c9d
[pre-commit.ci] pre-commit autoupdate (#2505)0f487ee
feat: add support for building Android wheels (#2349)e2e2488
feat: add default riscv64 images (#2506)a8bff94
[Bot] Update dependencies (#2504)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)