You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
Having worked with Poetry for a year now, I appreciate the capabilities and ease of Python dev it introduced to my workflow!
Only one other thing I'd love to see from Poetry is the ability to upgrade virtualenvsin-place with a newer Python version installed with pyenv. Having to re-create the virtualenvs and reinstall all the dependencies feels too much, at least for minor releases (e.g 3.10.x)!
This feature alongside #461 baked in Poetry would be awesome!
The text was updated successfully, but these errors were encountered:
while I understand that this feature would be quite useful, this is (at least at the moment) out of scope for Poetry. We simply pass the venv creation job to virtualenv.
I'm afraid in-place upgrading the interpreter in a venv is not a trivial job at all.
Feature Request
Having worked with Poetry for a year now, I appreciate the capabilities and ease of Python dev it introduced to my workflow!
Only one other thing I'd love to see from Poetry is the ability to upgrade
virtualenvs
in-place with a newer Python version installed withpyenv
. Having to re-create thevirtualenvs
and reinstall all the dependencies feels too much, at least for minor releases (e.g 3.10.x)!This feature alongside #461 baked in Poetry would be awesome!
The text was updated successfully, but these errors were encountered: