asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
643 stars 55 forks source link

Update PR #139 to use POSIX syntax (bis) #142

Closed slewsys closed 1 year ago

slewsys commented 1 year ago

Allow trailing decimal point on partial versions.

Don't create symlink since, e.g., asdf install python 3.10 already creates shims for python, python3 and python3.10.

Per PR #141, this doesn't address asdf latest python returning 3.10 instead of 3.10.6, but that's another issue.