🔥 remove 3.6 tests because macOS lacks of 3.6 support

This commit is contained in:
chfw 2021-10-06 22:41:22 +01:00
parent 7fe8861541
commit d6fcafdb38
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
os: [macOs-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}