gh-132415: Bump the setuptools in test.wheeldata#132382
gh-132415: Bump the setuptools in test.wheeldata#132382stefanor wants to merge 2 commits intopython:mainfrom
Conversation
setuptools > 70.1 includes bdist_wheel, so we no longer need to bundle wheel.
|
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. |
setuptools > 70.1 includes bdist_wheel, so we no longer need to bundle wheel.
Fixes: #132415