You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern versions of pip can take into account supported Python versions during the resolution. This is especially useful when projects start dropping support for older Python interpreters.
Setting a python_requires value is a de-facto standard nowadays.
Modern versions of pip can take into account supported Python versions during the resolution. This is especially useful when projects start dropping support for older Python interpreters.
Setting a
python_requires
value is a de-facto standard nowadays.Ref: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires.
The text was updated successfully, but these errors were encountered: