File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.148.1/containers/python-3/.devcontainer/base.Dockerfile
2
- FROM mcr.microsoft.com/vscode/ devcontainers/python:0-3.11
2
+ FROM mcr.microsoft.com/devcontainers/python:3.12
3
3
4
4
ENV \
5
5
DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change 6
6
- cron : " 0 1 * * *"
7
7
8
8
env :
9
- PYTHON_VERSION : " 3.11 "
9
+ PYTHON_VERSION : " 3.12 "
10
10
NODE_OPTIONS : --max_old_space_size=6144
11
11
12
12
permissions :
Original file line number Diff line number Diff line change 6
6
- published
7
7
8
8
env :
9
- PYTHON_VERSION : " 3.11 "
9
+ PYTHON_VERSION : " 3.12 "
10
10
NODE_OPTIONS : --max_old_space_size=6144
11
11
12
12
# Set default workflow permissions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ readme = "README.md"
11
11
authors = [
12
12
{
name =
" The Home Assistant Authors" ,
email =
" [email protected] " }
13
13
]
14
- requires-python = " >=3.10 .0"
14
+ requires-python = " >=3.11 .0"
15
15
16
16
[project .urls ]
17
17
"Homepage" = " https://github.com/home-assistant/frontend"
You can’t perform that action at this time.
0 commit comments