Skip to content

Commit

Permalink
CI: Exclude now-unsupported Python versions 3.6/7 from macOS jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 11, 2024
1 parent 069fa36 commit 81624c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
exclude:
- os: ubuntu-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"

# Windows sub-jobs
# ==============
Expand Down

0 comments on commit 81624c2

Please sign in to comment.