Skip to content

Commit

Permalink
CI: Remove numpy 1.21.6 and 1.22.4 from test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 3, 2024
1 parent 1ccacd1 commit f50a4a3
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.21.6', '1.22.4', '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.0']
exclude:
- python-version: '3.9'
numpy-version: '2.1.0'
- python-version: '3.11'
numpy-version: '1.21.6'
- python-version: '3.11'
numpy-version: '1.22.4'
- python-version: '3.12'
numpy-version: '1.21.6'
- python-version: '3.12'
numpy-version: '1.22.4'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
Expand Down Expand Up @@ -51,18 +43,10 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.21.6', '1.22.4', '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.0']
exclude:
- python-version: '3.9'
numpy-version: '2.1.0'
- python-version: '3.11'
numpy-version: '1.21.6'
- python-version: '3.11'
numpy-version: '1.22.4'
- python-version: '3.12'
numpy-version: '1.21.6'
- python-version: '3.12'
numpy-version: '1.22.4'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
Expand Down

0 comments on commit f50a4a3

Please sign in to comment.