diff --git a/.github/workflows/check-pull-request.yaml b/.github/workflows/check-pull-request.yaml index ad07ad0..8282692 100644 --- a/.github/workflows/check-pull-request.yaml +++ b/.github/workflows/check-pull-request.yaml @@ -18,14 +18,14 @@ jobs: matrix: # os: [ ubuntu-latest, windows-latest ] - Exclude windows for now os: [ ubuntu-latest ] - python-version: [ "3.9", "3.10" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ] exclude: - os: windows-latest python-version: "3.9" runs-on: ${{ matrix.os }} - # Allow Python 3.13 to fail due to scipy not being available + # Allow Python 3.13 to fail due to scipy not being available yet continue-on-error: ${{ matrix.python-version == '3.13' }} steps: