Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Jan 4, 2025
1 parent c72162b commit 4c9e636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12]
python-version: [3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
coverage
# The version of homeassistant used for testing needs to be tightly coordinated with
# pytest-homeassistant-custom-component and homeassistant-stubs
homeassistant>=2022.10.4,<2022.11
homeassistant-stubs>=2022.10.4,<2022.11
homeassistant>=2024.1.0,<2025.1.0
homeassistant-stubs>=2024.1.0,<2025.1.0
pytest
pytest-aiohttp
pytest-cov
pytest-homeassistant-custom-component==0.12.9
pytest-homeassistant-custom-component==0.13.90
pytest-sugar
tox

0 comments on commit 4c9e636

Please sign in to comment.