From fcfc45ce548daedbb1693f2a6124835463ba9cfc Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 18 Oct 2023 20:37:52 +0200 Subject: [PATCH] Require HA>=2023.7.0 and Python>=3.10 --- .github/workflows/ci.yaml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c20c31..026866b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v4 diff --git a/requirements-test.txt b/requirements-test.txt index 164f309..b4340e6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -r requirements.txt black==23.9.1 -homeassistant +homeassistant>=2023.7.0 mypy==1.6.0 pre-commit==3.5.0 pytest==7.4.2