Skip to content

Commit

Permalink
Update .devcontainer.json: upgrade to python3.11 (#135)
Browse files Browse the repository at this point in the history
This should upgrade the dev container to python 3.11 (has been tested on
my own PC, seems to work).

This would fix
ludeeus/integration_blueprint#134

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
  • Loading branch information
antonverburg and ludeeus committed Oct 8, 2023
1 parent 8b2c72f commit 13b2af8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4.6.1
with:
python-version: "3.10"
python-version: "3.11"
cache: "pip"

- name: "Install requirements"
Expand Down
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Integration blueprint",
"filename": "integration_blueprint.zip",
"hide_default_branch": true,
"homeassistant": "2023.3.0",
"homeassistant": "2023.8.0",
"render_readme": true,
"zip_release": true
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant==2023.2.0
homeassistant==2023.8.0
pip>=21.0,<23.2
ruff==0.0.267

0 comments on commit 13b2af8

Please sign in to comment.