fix: removed not needed python versions
Some checks failed
Integration Testing / Integration Tests (2024.12.0, 3.13) (push) Failing after 1m30s
Integration Testing / Integration Tests (2025.9.4, 3.13) (push) Failing after 20s

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-09-28 17:29:19 +01:00
parent 8281a1813d
commit 3e3e0325e2

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.13"]
home-assistant-version: ["2024.12.0", "2025.9.4"]
steps: