Skip to content

Commit

Permalink
add more testing for cross-numpy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 27, 2024
1 parent d085bc3 commit f906dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testz_numpy_2_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
os: [ubuntu-latest, windows-2019, windows-latest, macos-latest]
python-version: ["3.8", "3.10", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit f906dc8

Please sign in to comment.