mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Do not test on Python 3.9, which Home Assistant no longer supports (#429)
This commit is contained in:
parent
7fefa7de96
commit
393885a019
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10"]
|
||||
python-version: ["3.10"]
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v3.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue