Skip to content

ref: remove universal bdist_wheel option#6138

Closed
juliosuas wants to merge 1 commit intogetsentry:masterfrom
juliosuas:ref/6121-remove-universal-bdist-wheel
Closed

ref: remove universal bdist_wheel option#6138
juliosuas wants to merge 1 commit intogetsentry:masterfrom
juliosuas:ref/6121-remove-universal-bdist-wheel

Conversation

@juliosuas
Copy link
Copy Markdown

closes #6121.

universal wheels existed for the python 2/3 split — single .whl that worked on both runtimes. with python 2 long gone (setup.py only declares 3.7+ classifiers), the bdist_wheel.universal=1 option is dead config. removing it.

modern pip wheel / build workflows produce per-runtime wheels by default, no extra flags needed.

universal wheels were a python 2/3 thing. python 2 support is long gone
(setup.py only declares 3.7+ classifiers) so the option is just dead
config now.

closes getsentry#6121
@juliosuas juliosuas requested a review from a team as a code owner April 25, 2026 07:03
@sdk-maintainer-bot
Copy link
Copy Markdown

This PR has been automatically closed. The referenced issue does not show a discussion between you and a maintainer.

To avoid wasted effort on both sides, please discuss your proposed approach in the issue first and wait for a maintainer to respond before opening a PR.

Please review our contributing guidelines for more details.

@sdk-maintainer-bot sdk-maintainer-bot Bot added missing-maintainer-discussion Used for automated community contribution checks. violating-contribution-guidelines Used for automated community contribution checks. labels Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-maintainer-discussion Used for automated community contribution checks. violating-contribution-guidelines Used for automated community contribution checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the universal bdist_wheel option in setup.py

1 participant