Skip to content

Commit

Permalink
Require HA>=2023.7.0 and Python>=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbamann committed Oct 20, 2023
1 parent 50ec5de commit fcfc45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt

black==23.9.1
homeassistant
homeassistant>=2023.7.0
mypy==1.6.0
pre-commit==3.5.0
pytest==7.4.2
Expand Down

0 comments on commit fcfc45c

Please sign in to comment.