Skip to content

Commit

Permalink
CI: Drop numpy 1.23.5 from test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 21, 2024
1 parent c3b6bc6 commit e5f59de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +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.1']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.1']
exclude:
- python-version: '3.9'
numpy-version: '2.1.1'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
numpy-version: '1.24.4'
- python-version: '3.12'
Expand Down Expand Up @@ -43,12 +41,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.1']
numpy-version: ['1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.1']
exclude:
- python-version: '3.9'
numpy-version: '2.1.1'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
numpy-version: '1.24.4'
- python-version: '3.12'
Expand Down

0 comments on commit e5f59de

Please sign in to comment.