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

BLD: prefer to use bdist_wheel from setuptools rather than wheel #162

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

tacaswell
Copy link
Contributor

Due to upcoming changes to
setuptools (pypa/setuptools#4647) using bdist_wheel from wheel will fail.

I suspect that this could be simplified by setting a high enough floor on setuptools and dropping wheel as build dependencies, but I am not sure how the window of support of bdist_wheel in setuptools maps to your window of versions of setuptools you want to support.

@neutrinoceros
Copy link
Contributor

I think it's fine to use a try/except here but we should probably have a comment stating which version of setuptools first supported this.

Due to upcoming changes to
setuptools (pypa/setuptools#4647) using
bdist_wheel from wheel will fail.
@tacaswell
Copy link
Contributor Author

Added a comment with when it is available in setuptools (70.1)

Copy link
Member

@avalentino avalentino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@avalentino avalentino merged commit 7932183 into liberfa:main Oct 24, 2024
24 checks passed
@tacaswell tacaswell deleted the bld/prefer_setuptools_wheel branch October 24, 2024 14:30
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.

3 participants