Skip to content

Commit

Permalink
VSCode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Feb 6, 2025
1 parent 5e19e4b commit 43a7a2b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_RELEASE=3.12
ARG PYTHON_RELEASE=3.13
ARG BASE_IMAGE=python:${PYTHON_RELEASE}
# Runtime image
FROM ${BASE_IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/app_dir_testing/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "../..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "Dockerfile",
"dockerfile": "../Dockerfile",
"args": {
"PYTHON_RELEASE": "3.12" // This overrides the default of 3.13
}
Expand Down
16 changes: 0 additions & 16 deletions .devcontainer/dev/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "../..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "Dockerfile",
"dockerfile": "../Dockerfile",
"args": {
"PYTHON_RELEASE": "3.12" // This overrides the default of 3.13
}
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Pip
Linux
^^^^^

**Requirements**: Python version `3.8`, `3.9`, `3.10` or `3.11`.
**Requirements**: Python version `3.10` or `3.11`.

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

0 comments on commit 43a7a2b

Please sign in to comment.