Skip to content

Commit

Permalink
CI: Exclude numpy 2.2.0 with python 3.8 and 3.9 in text matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Dec 9, 2024
1 parent 18f70a2 commit b430468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
numpy-version: '2.0.2'
- python-version: '3.8'
numpy-version: '2.1.3'
- python-version: '3.8'
numpy-version: '2.2.0'
- python-version: '3.9'
numpy-version: '2.1.3'
- python-version: '3.9'
numpy-version: '2.2.0'
- python-version: '3.11'
numpy-version: '1.21.6'
- python-version: '3.11'
Expand Down

0 comments on commit b430468

Please sign in to comment.