-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update devcontainer to Python 3.13 #132313
Conversation
Maybe not yet? It's still missing from the tag list. Will check again tomorrow. |
Nope they pinned the release from the wrong commit if I look fast. I don't expect them this week, looking how slow it nowadays goes in that repository. |
Code change looks good, so good to go when the devcontainer is available. |
e4e0dea
to
6ea4fb8
Compare
Seems they finally got it together. The tag is up on https://mcr.microsoft.com/v2/devcontainers/python/tags/list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed change
The base image for Python 3.13 is now finally available.
https://github.com/devcontainers/images/releases/tag/v0.4.9
https://mcr.microsoft.com/v2/devcontainers/python/tags/list
This reverts
/CC @silamon
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: