🔥 remove 3.6 test on macos because macOS lacks of 3.6 support

This commit is contained in:
chfw 2021-10-06 22:51:58 +01:00
parent 8d6cc2de56
commit 514f99b616
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [macOs-latest, ubuntu-latest, windows-latest]
exclude:
- os: macos-latest
python-version: 3.6
runs-on: ${{ matrix.os }}
name: run tests