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.
Homeassistant won't work from version 2023.8 with python 3.10. Can we update the devcontainer.json to an image that contains python 3.11?
Describe the solution you'd like
Update "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye" in devcontainer.json to an image that contains python 3.11 (unfortunately there is not an mcr.microsoft.com/vscode/devcontainers/python container as far as I see).
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
This should upgrade the dev container to python 3.11 (has been tested on
my own PC, seems to work).
This would fix#134
---------
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Checklist
Is your feature request related to a problem? Please describe.
Homeassistant won't work from version 2023.8 with python 3.10. Can we update the devcontainer.json to an image that contains python 3.11?
Describe the solution you'd like
Update "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye" in devcontainer.json to an image that contains python 3.11 (unfortunately there is not an mcr.microsoft.com/vscode/devcontainers/python container as far as I see).
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: