Do not test on Python 3.9, which Home Assistant no longer supports (#429)

This commit is contained in:
Bas Nijholt 2023-02-12 14:40:38 -08:00 committed by GitHub
commit 393885a019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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