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 distutils #164

Open
fabaff opened this issue Mar 18, 2024 · 4 comments · May be fixed by #166
Open

Remove distutils #164

fabaff opened this issue Mar 18, 2024 · 4 comments · May be fixed by #166

Comments

@fabaff
Copy link

fabaff commented Mar 18, 2024

distutils is deprecated and slated for removal in Python 3.12

https://peps.python.org/pep-0632//#migration-advice

@ojii
Copy link
Contributor

ojii commented Mar 18, 2024

this project doesn't use distutils from what I can see. what exactly are you suggesting should change?

@fabaff
Copy link
Author

fabaff commented Mar 19, 2024

this project doesn't use distutils from what I can see

from distutils.version import StrictVersion

@ojii
Copy link
Contributor

ojii commented Mar 19, 2024

ah, i was only looking in packaging related code.

@fabaff
Copy link
Author

fabaff commented Apr 4, 2024

arsenic is a dependency of wapiti and with distutils it would not be possible to wapiti with Python 3.12.

@fabaff fabaff linked a pull request Apr 4, 2024 that will close this issue
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 a pull request may close this issue.

2 participants