v2.8.2
Added 4
- Add the `package` subcommand to pyenv-binary
- Add `pyenv install --list --bare` option
- Add graalpy3.12-25.2.4
- Add CPython 3.15.0rc1
Changed 2
- Refactor extra Requests logic in add_cpython
- Generate platform-specific package names in pyenv-binary
What's Changed
- pyenv-binary: add the
packagesubcommand; addpyenv install --list --bareby @macayu17 in https://github.com/pyenv/pyenv/pull/3498 - Add graalpy3.12-25.2.4 by @msimacek in https://github.com/pyenv/pyenv/pull/3502
- Bump actions/setup-python from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/pyenv/pyenv/pull/3505
- add_cpython: refactor extra Requests logic by @anupamme in https://github.com/pyenv/pyenv/pull/3507
- Add CPython 3.15.0rc1 by @jsirois in https://github.com/pyenv/pyenv/pull/3510
- pyenv-binary: generate platform-specific package names by @macayu17 in https://github.com/pyenv/pyenv/pull/3504
New Contributors
- @michaelbnewman made their first contribution in https://github.com/pyenv/pyenv/pull/3499
- @anupamme made their first contribution in https://github.com/pyenv/pyenv/pull/3507
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.8.1...v2.8.2