Skip to content

Commit

Permalink
remove pypy (no h5py), add windows to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 29, 2024
1 parent cc02cf4 commit ef21678
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"]
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
# can't do pypy - no support for h5py
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
python-version: "3.7"
- os: macos-14
python-version: "pypy3.7"
- os: windows-latest
python-version: "pypy3.7"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit ef21678

Please sign in to comment.