Closed jcfr closed 8 months ago
@vkt1414 If you approve the pull request, now that we have the possibility to enable Auto-merge
on a per pull request basis, it will then get automatically merged :pray:
I also just added you a reviewed. For context, I initially assigned the issue to you instead of adding you as a reviewer.
thank you, @jcfr ! We are still learning how the pyproject.toml is put together. So, as long as the checks are working, we are okay!
Remove unneeded importlib_metadata dependency with Python < 3.10
It turns out that the
importlib.metadata.distribution()
function is available in Python 3.8 and 3.9 where it is implemented inLib/importlib/metadata.py
and notLib/importlib/metadata/__init__.py
.For more details: