Skip to content

Commit

Permalink
use np 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 29, 2024
1 parent 31d3f04 commit 86b272c
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,10 +14,10 @@ jobs:
os: [ windows-latest, ubuntu-latest, macos-latest ]
# Oldest one based on NEP-29 and latest one.
# See https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy-version: [ "1.25", "2" ]
numpy-version: [ "1.26", "2" ]
exclude:
- python-version: "3.13"
numpy-version: "1.25"
numpy-version: "1.26"
fail-fast: false

steps:
Expand Down

0 comments on commit 86b272c

Please sign in to comment.