Skip to content
Prev Previous commit
Next Next commit
exclude: python-version: "3.7" on os: "macos-latest"
  • Loading branch information
cclauss authored Apr 28, 2024
commit d30e65c59cf0922994b3f41ff5e2c840eb28f8a2
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
exclude:
- python-version: "3.7"
os: "macos-latest"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just leave this out for now -- I'd rather merge this with a broken CI (or wait a little longer for GHA to fix it) than have a matrix exclude rule that I'll likely forget about 🙂



steps:
- uses: "actions/checkout@v4"
Expand Down