Skip to content

Commit

Permalink
Drop support for ≤2023.6
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 1, 2025
1 parent 203fcbe commit 7fd2325
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.10"
core-version: "2022.11.5"
- python-version: "3.10"
core-version: "2022.12.9"
- python-version: "3.10"
core-version: "2023.1.7"
- python-version: "3.10"
core-version: "2023.2.5"
- python-version: "3.10"
core-version: "2023.3.6"
- python-version: "3.10"
core-version: "2023.4.6"
- python-version: "3.10"
core-version: "2023.5.4"
- python-version: "3.11"
core-version: "2023.6.3"
- python-version: "3.11"
core-version: "2023.7.3"
- python-version: "3.11"
Expand Down Expand Up @@ -82,6 +66,7 @@ jobs:
timeout-minutes: 60
run: |
export PYTHONPATH=${PYTHONPATH}:${PWD}
source .venv/bin/activate
cd core
python3 -X dev -m pytest \
-vvv \
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Adaptive Lighting",
"render_readme": true,
"homeassistant": "2022.11.0"
"homeassistant": "2023.7.0"
}
4 changes: 0 additions & 4 deletions scripts/setup-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ if grep -q 'codecov' core/requirements_test.txt; then
sed -i '/codecov/d' core/requirements_test.txt
fi

if grep -q 'mypy-dev==1.10.0a3' core/requirements_test.txt; then
# mypy-dev==1.10.0a3 seems to not be available anymore, HA 2024.4 and 2024.5 are affected
sed -i 's/mypy-dev==1.10.0a3/mypy-dev==1.10.0b1/' core/requirements_test.txt
fi
uv pip install -r core/requirements_test.txt

uv pip install -e core/
Expand Down

0 comments on commit 7fd2325

Please sign in to comment.