Revert "Testing with slightly older version of iOSbackup"

This reverts commit e1efaa5467.
This commit is contained in:
Nex
2022-01-18 16:32:22 +01:00
parent e1efaa5467
commit fa84b3f296
2 changed files with 3 additions and 2 deletions

View File

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