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
Drop Python version range enforcement from PythonVersion::from_str (#7264)
This caused some problems earlier, as it prevented us from _listing_
Python versions <3.7 which seems weird (see
#7131 (comment))
I'm worried that without this the changes to installation key parsing in
#7263 would otherwise be too
restrictive.
I think if we want to enforce these ranges, we should do so separately
from the parse step.
0 commit comments