Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure setuptools to produce py3-tagged wheels #178

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

webknjaz
Copy link
Contributor

@webknjaz webknjaz commented Nov 5, 2024

Previously, the wheels published to PyPI were being tagged with py2.py3 implying Python 2 support, despite having Require-Python: >= 3.7 in the core metadata: https://pypi.org/project/resolvelib/1.1.0/#files. This patch fixes that, forcing the build tool chain to produce wheels only having the py3 tag in their filenames.

Previously, the wheels published to PyPI were being tagged with `py2.py3` implying Python 2 support, despite having `Require-Python: >= 3.7` in the core metadata: https://pypi.org/project/resolvelib/1.1.0/#files.
This patch fixes that, forcing the build tool chain to produce wheels only having the `py3` tag in their filenames.
@frostming frostming merged commit 7d924ea into sarugaku:main Nov 6, 2024
9 checks passed
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.

2 participants