doorstop
doorstop copied to clipboard
Distutils Deprecated and Removed- Python 3.10+
Noticed this issue when I happened to not already have setuptools installed and updated to Python 3.12. I believe either the following could be done (feel free to add to it if there is another option):
- Update requirements.txt (or equivalent) if distutils is desired to remain.
- Python Version Supported change OR
- Add setuptools?
- Update
import distutilsreferences to equivalent setuptools alternative (or something else).