Fix build

This commit is contained in:
Andre Basche 2023-09-29 19:38:26 +02:00
parent 646fa2fcd6
commit 4e1fd22aa5
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3

View File

@ -1,4 +1,4 @@
homeassistant~=2023.10.0b2
homeassistant~=2023.9.3
black~=23.7.0
flake8~=6.0.0
mypy~=1.4.1