diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d77329c..01bb7e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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