Update versions to Home Assistant 2024.4.0 and Python 3.12

This commit is contained in:
Jules 2024-04-04 21:21:11 +02:00
parent 6744629bec
commit 842ac0a5e4
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
4 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- uses: szenius/set-timezone@v1.2

View file

@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
"requirements": [
"pytz==2023.3.post1",
"pytz==2024.1",
"svgwrite==1.4.3"
],
"version": "0.2.6"

View file

@ -1,6 +1,6 @@
aiohttp==3.9.3
async_timeout==4.0.3
homeassistant==2024.3.3
async-timeout==4.0.3
homeassistant==2024.4.0
voluptuous==0.13.1
pytz==2023.3.post1
pytz==2024.1
svgwrite==1.4.3

View file

@ -1,5 +1,5 @@
homeassistant==2024.3.3
homeassistant==2024.4.0
pytest
pytest_homeassistant_custom_component==0.13.109
pytest_homeassistant_custom_component==0.13.111
freezegun
isort