Skip to content

Remove obsolete bdist_wheel.universal setting#3100

Merged
adamtheturtle merged 1 commit into
mainfrom
remove-bdist-wheel-universal
Jul 18, 2026
Merged

Remove obsolete bdist_wheel.universal setting#3100
adamtheturtle merged 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.

Co-authored-by: Cursor <cursoragent@cursor.com>
@adamtheturtle
adamtheturtle deployed to development July 18, 2026 17:23 — with GitHub Actions Active
@adamtheturtle
adamtheturtle merged commit ba25a17 into main Jul 18, 2026
16 checks passed
@adamtheturtle
adamtheturtle deleted the remove-bdist-wheel-universal branch July 18, 2026 22:10
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