Skip to content

Commit

Permalink
Merge pull request #189 from pypa/ci-rm-mac-py37
Browse files Browse the repository at this point in the history
Exclude Mac + Python 3.7 from CI matrix
  • Loading branch information
takluyver committed Apr 29, 2024
2 parents d79646f + 9a22b3e commit 903ad91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [Ubuntu, macOS, Windows]
exclude:
- os: "macOS"
python-version: "3.7" # Not available on latest MacOS images

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 903ad91

Please sign in to comment.