speedometer icon indicating copy to clipboard operation
speedometer copied to clipboard

Make project pure python 3.7+

Open penguinolog opened this issue 2 years ago • 0 comments

Python 3.7 is reached EOL several months ago, Python 3.6 is reached EOL > 1 year ago.

  • Use actual setuptools packaging (PEP 517)
  • Use python_requires and setup_requires to announce real install system requirements
  • Use importlib_metadata for version collect instead of deprecated pkg_resources

penguinolog avatar Jan 22 '24 09:01 penguinolog