Commit cb1c4b40 by Sébastien Eustace

Fix get-poetry.py script

parent be09d9c6
......@@ -654,8 +654,7 @@ class Installer:
continue
match = version_matcher.match(raw_version.strip())
if match and tuple(map(int, match.groups())) >= (3, 0):
# favor the first py3 executable we can find.
if match:
return executable
if fallback is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment