Fix: Update pyenv version selection
[releng/global-jjb.git] / releasenotes / notes / fix-lf-pyver-regex-ad607c8c93d11bfb.yaml
1 ---
2 fixes:
3   - |
4     lf-pyver() fails to include the currently selected version in the output
5     of 'pyenv versions', which makes the version change every time the local
6     version is set by pyenv with the version from lf-pyver().
7
8     Fix the command to extract the list of Python versions to include all
9     the numeric versions in the list.