Open
Description
I'm using Python 3.13.3; when trying to install dependencies using "poetry install -v" on a project, there's an error with pipx where the minimum required version is 3.7, considering 3.13.3 to be lower.
The expected outcome should be a correct installation, since technically 3.13 is greater than 3.7, although Python may be evaluating 7 as 70.
Metadata
Metadata
Assignees
Labels
No labels