Skip to content

Commit

Permalink
Exclude Python 3.6 and 3.7 from CI matrix for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jun 3, 2024
1 parent fd1333f commit 7cf8d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
python-version: ["3.6", "3.7", "3.11", "3.12"]
exclude:
- os: macos-latest
- python-version: ["3.6", "3.7"]
python-version: "3.6"
- os: macos-latest
python-version: "3.7"

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

Expand Down

0 comments on commit 7cf8d1d

Please sign in to comment.