Skip to content

ref: Remove universal bdist_wheel option#6139

Closed
Muskaan436 wants to merge 1 commit intogetsentry:masterfrom
Muskaan436:chore/remove-universal-bdist-whee
Closed

ref: Remove universal bdist_wheel option#6139
Muskaan436 wants to merge 1 commit intogetsentry:masterfrom
Muskaan436:chore/remove-universal-bdist-whee

Conversation

@Muskaan436
Copy link
Copy Markdown

Description

Remove the obsolete universal bdist_wheel option from setup.py and update the wheel filename in scripts/build_aws_lambda_layer.py from py2.py3-none-any.whl to py3-none-any.whl.

The universal flag was used to build wheels compatible with both Python 2 and Python 3. Since the SDK no longer supports Python 2, this option is unnecessary.

Issues

resolves: #6121

@Muskaan436 Muskaan436 requested a review from a team as a code owner April 26, 2026 13:25
@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 26, 2026
@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.

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