mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2026-01-18 08:23:24 +00:00
Bumping minimum python support to python 3.9
Pyunifiprotect only supports >=3.9 so, this project must too.
This commit is contained in:
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user