pyenv-win / pyenv-win

pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.
https://pyenv-win.github.io/pyenv-win
MIT License
4.67k stars 430 forks source link

feature: Support for tox 4 #540

Open fleimgruber opened 1 year ago

fleimgruber commented 1 year ago

Is your feature request related to a problem? Please describe. I want to use pyenv-win with tox 4

Describe the solution you'd like pyenv-win tox compatibility as mention here should include tox 4.

Describe alternatives you've considered I tried using the virtualenv lookup machinery (used from tox 4 onwards) as described here together with https://github.com/un-def/virtualenv-pyenv but that does not work on Windows.

Additional context Add any other context or screenshots about the feature request here.

Julian-Brendel commented 1 year ago

I am also highly interested here. We are about to roll out pyenv, being able to use with Tox would be a big deal.

Darsstar commented 7 months ago

And now we wait...

un-def commented 7 months ago

FYI: I've just released the new versions of virtualenv-pyenv and tox-pyenv-redux with pyenv-win support.