Skip to content

Commit

Permalink
upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Dec 8, 2024
1 parent 4b9d01c commit 443440f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonraker-home-assistant",
"image": "mcr.microsoft.com/devcontainers/python:3.13",
"image": "mcr.microsoft.com/devcontainers/python:dev-3.13-bookworm",
"postCreateCommand": "scripts/setup",
"forwardPorts": [8123],
"customizations": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "pip"

- name: "Install requirements"
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v5"
with:
python-version: "3.12"
python-version: "3.13"
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Run tests
Expand Down

0 comments on commit 443440f

Please sign in to comment.