diff --git a/.github/workflows/PyPI.yaml b/.github/workflows/PyPI.yaml index 491307ff..1ca93432 100644 --- a/.github/workflows/PyPI.yaml +++ b/.github/workflows/PyPI.yaml @@ -23,6 +23,7 @@ jobs: matrix: # os: [macOS-latest, ubuntu-latest, windows-latest] # TODO use this when macOS-latest becomes stable again # os: [macOS-13, ubuntu-latest, windows-latest] # TODO macOS-13 fails when building scipy with pip + os: [ubuntu-latest, windows-latest] python-version: [3.8, 3.9, "3.10"] steps: