Closed Kurt-von-Laven closed 2 years ago
This looks good. Although I think we should fix #10 first by setting poetry config virtualenvs.prefer-active-python true
conditionally on 1.2+, so that asdf+poetry behaves as expected moving forward.
Thank you for fixing #10! I rebased on your fix.
Just need to update the tests from 1.2 to 1.1.7
Whoops; just pushed take two.
Fixes #19.
Previously, the new installer hosted at https://install.python-poetry.org was only used for versions of Poetry that require it, namely 1.2+. The official Poetry documentation recommends immediate migration from the old, deprecated,
get-poetry.py
installer to the new installer. Hence, use the new installer for all versions of Poetry that support it, namely 1.1.7+.See this official Poetry blog post announcing the release of 1.2.0 for additional context.