Closed rossburton closed 2 years ago
As of Python 3.10 distutils is deprecated and will be removed in 3.12:
https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated
Migrating to setuptools will be fairly trivial.
Your version of setup.py doesn’t seem to match up with mine.
setup.py
Ah, I see you want to check for version numbers rather than functionality. I disapprove.
As of Python 3.10 distutils is deprecated and will be removed in 3.12:
https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated
Migrating to setuptools will be fairly trivial.