-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi, I see that there have been recent changes made to drop Python versions <3.7, but my understanding from reading here is that Python 3.7 should still be supported by this cmake package.
cmake-python-distributions/pyproject.toml
Line 28 in 557c82a
requires-python = ">=3.7" |
This morning I saw a number of 3.7 pipelines fail due to ModuleNotFoundError: No module named 'importlib_metadata'
. I believe the same issue was reported in #472, but the patch only fixed the error for Python versions 3.8-3.9.
On my end we're fine pinning the cmake package to an earlier version and/or adding the missing importlib-metadata dependency in our projects, but it would be appreciated if importlib-metadata could be added as a project dependency for Python 3.7 as suggested in the original issue above.