Testing with slightly older version of iOSbackup

This commit is contained in:
Nex
2022-01-18 16:27:14 +01:00
parent 696d42fc6e
commit e1efaa5467
2 changed files with 2 additions and 3 deletions

View File

@@ -16,8 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2