Skip to content

removed universal bdist_wheel option#6197

Merged
ericapisani merged 1 commit intogetsentry:masterfrom
Muskaan436:chore/remove-universal-bdist-whee
May 4, 2026
Merged

removed universal bdist_wheel option#6197
ericapisani merged 1 commit intogetsentry:masterfrom
Muskaan436:chore/remove-universal-bdist-whee

Conversation

@Muskaan436
Copy link
Copy Markdown
Contributor

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 May 4, 2026 18:37
@ericapisani ericapisani merged commit 18a5828 into getsentry:master May 4, 2026
150 of 151 checks passed
@ericapisani
Copy link
Copy Markdown
Member

@Muskaan436 Looks great, thanks again for making this change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the universal bdist_wheel option in setup.py

2 participants