Skip to content

Commit

Permalink
Merge pull request #210 from YorkshireIoT/209-upgrade-to-python-312
Browse files Browse the repository at this point in the history
Bump Python version to 3.12
  • Loading branch information
YorkshireIoT authored Mar 2, 2024
2 parents 5191cd1 + 58b919b commit 8cc767a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YorkshireIoT/ha-google-fit",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The contents of this file is based on https://github.com/home-assistant/core/blob/dev/pyproject.toml

target-version = "py311"
target-version = "py312"

lint.select = [
"B007", # Loop control variable {name} not used within loop body
Expand Down

0 comments on commit 8cc767a

Please sign in to comment.