Skip to content

Commit fa6d8d0

Browse files
authored
Bump Python version to 3.12 (home-assistant#20084)
1 parent 31797c5 commit fa6d8d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
ENV \
55
DEBIAN_FRONTEND=noninteractive \

.github/workflows/nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 1 * * *"
77

88
env:
9-
PYTHON_VERSION: "3.11"
9+
PYTHON_VERSION: "3.12"
1010
NODE_OPTIONS: --max_old_space_size=6144
1111

1212
permissions:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
PYTHON_VERSION: "3.11"
9+
PYTHON_VERSION: "3.12"
1010
NODE_OPTIONS: --max_old_space_size=6144
1111

1212
# Set default workflow permissions

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
authors = [
1212
{name = "The Home Assistant Authors", email = "[email protected]"}
1313
]
14-
requires-python = ">=3.10.0"
14+
requires-python = ">=3.11.0"
1515

1616
[project.urls]
1717
"Homepage" = "https://github.com/home-assistant/frontend"

0 commit comments

Comments
 (0)