Disabling tests for 3.7 due to iOSbackup requirements of >= 3.8

This commit is contained in:
Nex
2022-01-18 16:22:29 +01:00
parent a0e1662726
commit 696d42fc6e
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