Open mee7ya opened 5 hours ago
This is due to version_okay()
unable to handle any non-digit characters in version literal
Also, probably shouldn't offer 2.20.0 in pdm info
since it has been yanked
I've made a small fix for version_okay()
to include post-releases with regex. If you're okay with it, I can submit PR
20048e1ad780ea503763884bd2ff7ed00ed1c109
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Run the installation script as in README without specifying version
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
Actual behavior
Installs 2.19.3
Expected behavior
Installs 2.20.0.post1
Environment Information