Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Jul 13, 2024
1 parent 347fdb5 commit 57dd38b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
numpy-version: ["1.26.4"]
exclude:
- python-version: "3.8"
numpy-version: "2.0.0"
- python-version: "3.8"
numpy-version: "1.26.4"
- python-version: "3.12"
numpy-version: "1.24.2"
- os: windows-latest
Expand Down

0 comments on commit 57dd38b

Please sign in to comment.