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

Remove "universal" from "bdist_wheel" configuration #9339

Merged
merged 1 commit into from
Dec 26, 2020
Merged

Remove "universal" from "bdist_wheel" configuration #9339

merged 1 commit into from
Dec 26, 2020

Conversation

jdufresne
Copy link
Contributor

Since dropping Python 2 support, the wheel is no longer universal. See
the wheel docs:
https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels

If your project … is expected to work on both Python 2 and 3, you will
want to tell wheel to produce universal wheels by adding this to your
setup.cfg file:

Since dropping Python 2 support, the wheel is no longer universal. See
the wheel docs:
https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels

> If your project … is expected to work on both Python 2 and 3, you will
> want to tell wheel to produce universal wheels by adding this to your
> setup.cfg file:
@uranusjr uranusjr added the skip news Does not need a NEWS file entry (eg: trivial changes) label Dec 23, 2020
@uranusjr
Copy link
Member

This should be merged when #9335 is.

@uranusjr uranusjr added this to the 21.0 milestone Dec 23, 2020
@pradyunsg pradyunsg merged commit f2d2d10 into pypa:master Dec 26, 2020
@jdufresne jdufresne deleted the setup-cfg-universal branch December 26, 2020 13:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants