Skip to content

Commit

Permalink
Exclude 3.9 for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire Donnelly authored and Claire Donnelly committed Mar 18, 2024
1 parent a7fefbc commit 3954713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'macos-14']
python-version: ['3.9', '3.10', '3.11']
exclude:
- os: 'macos-14'
python-version: '3.9'
env:
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
steps:
Expand Down

0 comments on commit 3954713

Please sign in to comment.