Drop dependency on distutils to support python 3.12 #48
Open
Description
distutils has been removed from python 3.12.
Now distutils can be imported from setuptools, but this should be made a dependency of the module or this will cause a missed dependency when installing the package.
Reference:
https://peps.python.org/pep-0632/
Metadata
Assignees
Labels
No labels