Skip to content

Commit

Permalink
exclude python 3.9 on Macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Mar 9, 2024
1 parent 0bd50a6 commit 4e94178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -126,6 +126,9 @@ jobs:
matrix:
os: [ "macos-latest", "macos-13", "macos-14" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
python-version: "3.9"

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

0 comments on commit 4e94178

Please sign in to comment.