Skip to content

Commit

Permalink
Update to HA 2024.2.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Feb 1, 2024
1 parent dc766b3 commit bf962f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.11", "3.12"]
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r requirements.txt
mypy==1.4.0

homeassistant-stubs==2023.8.0
pytest-homeassistant-custom-component==0.13.49
homeassistant-stubs==2024.2.0b0
pytest-homeassistant-custom-component==0.13.92

# Not entirely clear why it is needed as not a requirement for huesyncbox directly
# but the tests fail because HA seems to initialize the zeroconf component which fails due to missing lib.
Expand Down

0 comments on commit bf962f2

Please sign in to comment.