-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adjust run time dependencies #48
Comments
I don't know about CF, but Python 3.7 is nearly EOL (in June: https://devguide.python.org/versions/), so we'll be dropping it upstream in https://github.com/python-humanize/humanize/ around that time. |
This is a trick to make the package noarch. When we drop py37 we can drop this workaround and keep it noarch. BTW, it is mostly harmless to install |
OK, I'm going to close this and let nature take its course. Sorry for the noise. |
Looks like CF can drop 3.7 now?
https://conda-forge.org/docs/user/announcements.html#dropping-python-3-7 |
importlib-metadata
is currently an unconditional dependency, but it is only required for python < 3.8.Does CF still support older versions of Python and if not can we just bump the minimum supported version of the whole package to be above py38?
The text was updated successfully, but these errors were encountered: