Skip to content

Commit

Permalink
Move python 3.12 to python 3.13 (#23585)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Jan 6, 2025
1 parent f043886 commit 8be2ca5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.148.1/containers/python-3/.devcontainer/base.Dockerfile
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:1-3.13

ENV \
DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 1 * * *"

env:
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"
NODE_OPTIONS: --max_old_space_size=6144

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

env:
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"
NODE_OPTIONS: --max_old_space_size=6144

# Set default workflow permissions
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build wheels
uses: home-assistant/[email protected]
with:
abi: cp312
abi: cp313
tag: musllinux_1_2
arch: amd64
wheels-key: ${{ secrets.WHEELS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
authors = [
{name = "The Home Assistant Authors", email = "[email protected]"}
]
requires-python = ">=3.11.0"
requires-python = ">=3.13.0"

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

0 comments on commit 8be2ca5

Please sign in to comment.