Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect parsing of requested Python version as empty version sp…
…ecifiers (#4289) Before 0.2.10 we would parse `--python=python` as an executable name. After #4214, we started treating this as a Python version range request (with an empty version range). This is not entirely unreasonable, but it was an unexpected regression and I don't think `VersionRequest` should support empty ranges in its `from_str` implementation without more consideration.
- Loading branch information