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

Stop using deprecated distutils module #355

Open
gasinvein opened this issue Mar 5, 2023 · 1 comment
Open

Stop using deprecated distutils module #355

gasinvein opened this issue Mar 5, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@gasinvein
Copy link
Collaborator

Module distutils is deprecated and removed in Python 3.12. We should stop using it for version parsing/comparison, and either implement our custom parser similar to distutils.version.LooseVersion, or extract and bundle it.

@gasinvein gasinvein added bug Something isn't working enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Mar 5, 2023
@refi64
Copy link
Contributor

refi64 commented Sep 19, 2024

Fwiw Python 3.12 is already out, and the project doesn't run on it anymore. Someone did extract LooseVersion into its own PyPI module that could be a drop-in replacement for 3.12+?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@refi64 @gasinvein and others