Skip to content

Commit

Permalink
Test against numpy 1.26 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Dec 19, 2024
1 parent 7c6cd2f commit 1a22450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
numpy-version: '1.24.4'
ndindex-version: '1.5.1'
h5py-version: '3.8.0'
- python-version: '3.11' # numpy 1.24.4 has wheels up to Python 3.11
numpy-version: '1.24.4'
- python-version: '3.12' # numpy 1.26 has wheels up to Python 3.12
numpy-version: '1.26'
ndindex-version: 'latest'
h5py-version: 'latest'
- python-version: '3.13'
Expand Down

0 comments on commit 1a22450

Please sign in to comment.