Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-132415: Bump the setuptools in test.wheeldata#132382
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
setuptools > 70.1 includes bdist_wheel, so we no longer need to bundlewheel.
brianschubert commentedApr 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Can you open an issue explaining the reason for this change? Issues usually aren't required for test-only changes, but since this is touching binary files, it might benefit from more visibility / coordination. Note that if a binary file needs to be changed, that generally needs to be done by a trusted individual (e.g. a setuptools maintainer). |
I thought an update and simplification would be reason enough on it's own, but sure :)
Sure, I'll run this past them. |
Filed#132415 |
Triggered by setuptools 78.1.0, the branch must have been unused before.
Closing in favour of#132887. |
Uh oh!
There was an error while loading.Please reload this page.
setuptools > 70.1 includes bdist_wheel, so we no longer need to bundle wheel.
Fixes:#132415