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
Full discussion at https://discuss.python.org/t/requires-python-upper-limits/12663, but basically it was added to provide a programmatic way to let pip find earlier versions of a package to support earlier versions of Python. Older versions of a package generally can't support newer versions of Python than the newest package, so an upper bound isn't even checked.
The text was updated successfully, but these errors were encountered:
python-package-template/setup.py
Line 61 in 1fb2c18
Full discussion at https://discuss.python.org/t/requires-python-upper-limits/12663, but basically it was added to provide a programmatic way to let pip find earlier versions of a package to support earlier versions of Python. Older versions of a package generally can't support newer versions of Python than the newest package, so an upper bound isn't even checked.
The text was updated successfully, but these errors were encountered: