Skip to content

Commit 514f99b

Browse files
committed
🔥 remove 3.6 test on macos because macOS lacks of 3.6 support
1 parent 8d6cc2d commit 514f99b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
python-version: [3.6, 3.7, 3.8, 3.9]
1111
os: [macOs-latest, ubuntu-latest, windows-latest]
12+
exclude:
13+
- os: macos-latest
14+
python-version: 3.6
1215

1316
runs-on: ${{ matrix.os }}
1417
name: run tests

0 commit comments

Comments
 (0)