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
Is your feature request related to a problem? Please describe
Python3.11 has been officially released this year and should be supported by such generic tools as gitpod, it does not contain any major changes breaking backwards compatibility with 3.10.
Can we add support for the newest python major version to provide up-to-date software?
Describe the behaviour you'd like
A new image gitpod/workspace-python-3.11 added to a list of provided images.
Describe alternatives you've considered
You may update pyenv (since by default it is outdated in image) and install python3.11 in init task, but then my prebuilds take 5 mins instead of 2 (without python3.11 installation). This is not comfortable for everyday work, so can not be considered as an alternative:
cd ~/.pyenv && git pull && cd -;
pyenv install python3.11
pyenv global 3.11
poetry env use 3.11
[...]
Is your feature request related to a problem? Please describe
Python3.11 has been officially released this year and should be supported by such generic tools as gitpod, it does not contain any major changes breaking backwards compatibility with 3.10.
Can we add support for the newest python major version to provide up-to-date software?
Describe the behaviour you'd like
A new image
gitpod/workspace-python-3.11
added to a list of provided images.Describe alternatives you've considered
You may update pyenv (since by default it is outdated in image) and install python3.11 in init task, but then my prebuilds take 5 mins instead of 2 (without python3.11 installation). This is not comfortable for everyday work, so can not be considered as an alternative:
Too much extra movements from end user.
Additional context
Link to pyenv update request (which may be useful for python update).
The text was updated successfully, but these errors were encountered: