Skip to content

Commit

Permalink
CI: Use numpy 2.1.1 in test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 3, 2024
1 parent f50a4a3 commit c6a013e
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.12', '3.11', '3.10', '3.9']
numpy-version: ['1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.0']
numpy-version: ['1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.1']
exclude:
- python-version: '3.9'
numpy-version: '2.1.0'
numpy-version: '2.1.1'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.0']
numpy-version: ['1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.1']
exclude:
- python-version: '3.9'
numpy-version: '2.1.0'
numpy-version: '2.1.1'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

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

Expand Down

0 comments on commit c6a013e

Please sign in to comment.