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

Add bdist_wheel import try from setuptools #37

Merged

Conversation

OCopping
Copy link
Contributor

As of setuptools v70.1, bdist_wheel is a part of setuptoolsand is being deprecated from wheel in the future.

Fixes #36

@OCopping
Copy link
Contributor Author

It's a bit horrific imo, but this is the nicest way I could think of doing it as we can't pin setuptools to >=v70.1 if still supporting Python 2 (that only supports up to setuptools v45)

@OCopping OCopping force-pushed the get-bdist-wheel-from-setuptools branch 2 times, most recently from 7a051da to a7b97bc Compare August 22, 2024 14:47
As of setuptools v70.1, bdist_wheel is a part of setuptools and is being
deprecated from wheel.
@OCopping OCopping force-pushed the get-bdist-wheel-from-setuptools branch from a7b97bc to 8e94c33 Compare August 23, 2024 07:22
Copy link

@AlexanderWells-diamond AlexanderWells-diamond left a comment

Choose a reason for hiding this comment

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

Looks good to me

@OCopping OCopping merged commit 3545784 into epics-base:master Aug 23, 2024
61 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.

Get bdist_wheel from setuptools in later wheel versions
3 participants