Bumping minimum python support to python 3.9

Pyunifiprotect only supports >=3.9 so, this project must too.
This commit is contained in:
Sebastian Goscik
2022-02-18 19:04:14 +00:00
parent fe57f626c0
commit 7fa33a2551
8 changed files with 9 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.7, 3.8, 3.9]
python-versions: [3.9]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}