Skip to content

Commit

Permalink
exclude Python 3.9 for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 23, 2024
1 parent 2bc4936 commit 18ebb79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
python-version: ["3.9", "3.12"]
exclude:
- platform: macos-14
python-version: "3.9"
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 18ebb79

Please sign in to comment.