native-api
3ced1c4751
Support free-threaded CPython flavor in prefix resolution ( #3090 )
...
Since 3.13, CPython is provided in 2 flavors: regular and
free-threaded, with the 't' suffix.
An incomplete prefix ending with '[0-9]t'
resolves only among versions that also end with '[0-9]t'
2024-10-11 16:28:10 +03:00
Ivan Pozdeev
9373970678
pyenv-latest: replace -q with -b and -f, document as internal
...
More tailored for the emergent internal use cases
2024-07-21 06:31:42 +03:00
Sam Gross
384361167a
Add 3.13.0b3t and exclude it from pyenv latest
( #3001 )
...
This adds the free-threaded (without GIL) version of 3.13.0b3.
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
2024-07-01 22:50:03 +03:00
native-api
368e04f3fa
Fix pyenv-latest to ignore virtualenvs ( #2608 )
...
* Add test, exclude alphas as well
2023-02-02 15:15:16 +03:00
native-api
ed1083ec27
Fix resolution of a name that's a prefix of another name ( #2521 )
2022-11-10 04:46:14 +03:00
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
2022-10-30 03:38:40 +03:00