Skip to content

Remove obsolete bdist_wheel.universal setting#1423

Open
adamtheturtle wants to merge 1 commit into
mainfrom
remove-bdist-wheel-universal
Open

Remove obsolete bdist_wheel.universal setting#1423
adamtheturtle wants to merge 1 commit into
mainfrom
remove-bdist-wheel-universal

Conversation

@adamtheturtle

Copy link
Copy Markdown
Member

Summary

  • Remove [tool.distutils] bdist_wheel.universal = true from pyproject.toml.
  • Universal wheels falsely claim Python 2 support and trigger setuptools deprecation warnings on every build.

Test plan

  • Confirm package still builds a normal (non-universal) wheel
  • Confirm CI passes

Made with Cursor

Universal wheels claim Python 2 support; these projects require Python 3 only, and the setting triggers setuptools deprecation warnings.
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.

1 participant