Skip to content

Commit 337bc93

Browse files
committed
bump python version to 3.14 for better compatibility
1 parent 76a29f5 commit 337bc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN ln -s /core /app/core && /app/scripts/setup-symlinks
2828

2929
# Install home-assistant/core dependencies
3030
RUN mkdir -p /.venv
31-
ENV UV_PROJECT_ENVIRONMENT=/.venv UV_PYTHON=3.13 PATH="/.venv/bin:$PATH"
31+
ENV UV_PROJECT_ENVIRONMENT=/.venv UV_PYTHON=3.14 PATH="/.venv/bin:$PATH"
3232
RUN uv venv
3333
RUN /app/scripts/setup-dependencies
3434

0 commit comments

Comments
 (0)