Closed gmuloc closed 7 months ago
Revisiting this as I am working on a new release. Only potential drawback I see here is that packaging
requires 3.7 minimum. I don't think we have a minimum Python3 version requirement currently. Anyone see any issues with adding this constraint?
Moved to #271
To support python3.12
https://docs.python.org/3/whatsnew/3.12.html
gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environments
NOTE: it could have been possible to add setuptools to requirement to continue using pkg_resources but it gives a deprecation warning