Skip to content

Commit

Permalink
TST Test on numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jul 3, 2024
1 parent b7451a5 commit 5e75706
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-python-package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- '1.24'
- '1.25'
- '1.26'
- '2.0'
exclude:
# 3.7 is too old for NumPy 1.22+
- python-version: '3.7'
Expand All @@ -40,12 +41,16 @@ jobs:
numpy-version: '1.25'
- python-version: '3.7'
numpy-version: '1.26'
- python-version: '3.7'
numpy-version: '2.0'

# 3.8 is too old for NumPy 1.25+
- python-version: '3.8'
numpy-version: '1.25'
- python-version: '3.8'
numpy-version: '1.26'
- python-version: '3.8'
numpy-version: '2.0'

# NumPy 1.20 & Python 3.7 trigger a bad resolve from mamba
- python-version: '3.7'
Expand Down

0 comments on commit 5e75706

Please sign in to comment.