yuzutech / blockdiag

Fork of blockdiag
Apache License 2.0
5 stars 1 forks source link

remove obsolete use of pkg_resource #12

Closed arenevier closed 4 months ago

arenevier commented 4 months ago

pkg_resource is obsolete, and support will be removed in September 2024. Instead, we use importlib.metadata. It forces us to drop python 3.7 support. But that version of python is not supported anymore.

ggrossetie commented 4 months ago

Deprecation mentioned in: https://setuptools.pypa.io/en/latest/pkg_resources.html

ggrossetie commented 4 months ago

I don't mind removing Python 3.7 support since the version is EOL: https://devguide.python.org/versions/