Skip to content

Commit

Permalink
Update target python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Oct 5, 2023
1 parent a3ad252 commit 47f800a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: home-assistant/actions/hassfest@master
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.pylint.MASTER]
py-version = "3.8"
py-version = "3.11"
ignore = [
"tests",
]
Expand All @@ -26,7 +26,7 @@ disable = [
]

[tool.black]
target-version = ["py38"]
target-version = ["py311"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 47f800a

Please sign in to comment.