Skip to content

Commit

Permalink
CI: Update latest numpy in test matrix to 2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Nov 12, 2024
1 parent b6ca6cd commit 7818f5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
python-version: ['3.13', '3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.2']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.3']
exclude:
- python-version: '3.9'
numpy-version: '2.1.2'
numpy-version: '2.1.3'
- python-version: '3.12'
numpy-version: '1.24.4'
- python-version: '3.12'
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.1']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.3']
exclude:
- python-version: '3.9'
numpy-version: '2.1.1'
numpy-version: '2.1.3'
- python-version: '3.12'
numpy-version: '1.24.4'
- python-version: '3.12'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

strategy:
matrix:
numpy-version: ['1.25.2', '1.26.4', '2.0.2', '2.1.2']
numpy-version: ['1.25.2', '1.26.4', '2.0.2', '2.1.3']
os: ['windows-2019', 'windows-latest']
fail-fast: false

Expand Down

0 comments on commit 7818f5a

Please sign in to comment.