Skip to content

Commit

Permalink
skip macos 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 19, 2024
1 parent 6a2178a commit 88202a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
platform: ubuntu-latest
- python-version: "3.13"
platform: ubuntu-latest
exclude:
# getting segfaults on _get_coefficients...
# probably related to the recursion limit
- python-version: "3.10"
platform: macos-latest

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

0 comments on commit 88202a6

Please sign in to comment.