Skip to content

Releases: un-def/virtualenv-pyenv

0.5.0

17 Jan 09:25
Compare
Choose a tag to compare

0.4.0

06 Aug 09:55
Compare
Choose a tag to compare
  • 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

14 Jul 10:32
Compare
Choose a tag to compare

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

14 Jul 10:20
Compare
Choose a tag to compare

The discovery machinery was moved to a separate library (pyenv-inspect), no new features or bugfixes.

0.1.0

14 Jul 10:10
Compare
Choose a tag to compare

The initial release.