Skip to content

Commit 7cf8d1d

Browse files
committed
Exclude Python 3.6 and 3.7 from CI matrix for MacOS
1 parent fd1333f commit 7cf8d1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
python-version: ["3.6", "3.7", "3.11", "3.12"]
1212
exclude:
1313
- os: macos-latest
14-
- python-version: ["3.6", "3.7"]
14+
python-version: "3.6"
15+
- os: macos-latest
16+
python-version: "3.7"
1517

1618
runs-on: ${{ matrix.os }}
1719

0 commit comments

Comments
 (0)