Skip to content

Commit

Permalink
CI: Add testing against HA 2024.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Nov 29, 2024
1 parent 2d1df05 commit d265ac1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
python-version: '3.12'
- tox-env: 2024_10
python-version: '3.12'

- tox-env: 2024_11
python-version: '3.12'

- tox-env: 2024_12
python-version: '3.13'
latest: true
steps:
- uses: actions/checkout@v4
Expand Down
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ env_list = [
"2024_9",
"2024_10",
"2024_11",
"2024_12",
]
skipsdist = true

Expand Down Expand Up @@ -206,12 +207,24 @@ deps = [

[tool.tox.env.2024_11]
deps = [
"pytest-homeassistant-custom-component==0.13.176",
"pytest-homeassistant-custom-component==0.13.181",
"home_assistant_intents==2024.4.24",
"hassil==1.7.0",
"mutagen==1.47.0",
"ha-ffmpeg==3.2.0",
"pymicro-vad==1.0.2",
"pyspeex_noise==1.0.2",
]

[tool.tox.env.2024_12]
base_python = ["py313"]
deps = [
"pytest-homeassistant-custom-component==0.13.186",
"home-assistant-intents==2024.11.27",
"hassil==2.0.4",
"mutagen==1.47.0",
"ha-ffmpeg==3.2.2",
"pymicro-vad==1.0.2",
"pyspeex_noise==1.0.2",
]
pip_pre = true

0 comments on commit d265ac1

Please sign in to comment.