Skip to content

Commit 43a7a2b

Browse files
committed
VSCode stuff
1 parent 5e19e4b commit 43a7a2b

File tree

5 files changed

+4
-20
lines changed

5 files changed

+4
-20
lines changed

.devcontainer/app_dir_testing/Dockerfile renamed to .devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_RELEASE=3.12
1+
ARG PYTHON_RELEASE=3.13
22
ARG BASE_IMAGE=python:${PYTHON_RELEASE}
33
# Runtime image
44
FROM ${BASE_IMAGE}

.devcontainer/app_dir_testing/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Sets the run context to one level up instead of the .devcontainer folder.
77
"context": "../..",
88
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9-
"dockerfile": "Dockerfile",
9+
"dockerfile": "../Dockerfile",
1010
"args": {
1111
"PYTHON_RELEASE": "3.12" // This overrides the default of 3.13
1212
}

.devcontainer/dev/Dockerfile

-16
This file was deleted.

.devcontainer/dev/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Sets the run context to one level up instead of the .devcontainer folder.
77
"context": "../..",
88
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9-
"dockerfile": "Dockerfile",
9+
"dockerfile": "../Dockerfile",
1010
"args": {
1111
"PYTHON_RELEASE": "3.12" // This overrides the default of 3.13
1212
}

docs/INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Pip
9191
Linux
9292
^^^^^
9393

94-
**Requirements**: Python version `3.8`, `3.9`, `3.10` or `3.11`.
94+
**Requirements**: Python version `3.10` or `3.11`.
9595

9696
**NOTE:** Do not install this in the same Python virtual environment as Home Assistant.
9797
If you do that, then Home Assistant will stop working due to conflicting dependencies.

0 commit comments

Comments
 (0)