Skip to content

Commit

Permalink
remove unsopprted version combinations from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Apr 25, 2024
1 parent c69cd66 commit ccfc8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
# python 3.8 and windows do not like each other here, so we do not support it
- python-version: "3.8"
os: windows-latest
# GH does not support macos and python 3.8
- python-version: "3.8"
os: macos-latest
# GH does not support macos and python 3.9
- python-version: "3.9"
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ccfc8c4

Please sign in to comment.