Releases: un-def/virtualenv-pyenv
Releases · un-def/virtualenv-pyenv
0.5.0
0.4.0
- Added Operation Modes.
- Added a fallback to
sys.executable
if no specifier is provided (depends on the mode). - Added suport for major–only versions (e.g.,
3
,py3
,python3
). - Dropped support for Python 3.7.
0.3.0
Added compatibility with tox 4:
- added support for the
VIRTUALENV_PYTHON
env variable, - added support for a file path as a specifier (e.g.,
path/to/bin/python
,bin/python
), - added support for the pyenv
builtin
discovery plugin format (e.g.,python3.11
,cpython3.11
,py311
,311
).
0.2.0
The discovery machinery was moved to a separate library (pyenv-inspect), no new features or bugfixes.