Skip to content

Commit

Permalink
TST Test on NumPy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jul 17, 2024
1 parent 0b7e0dc commit 5131494
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-python-package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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 @@ -35,12 +36,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 Expand Up @@ -72,7 +77,7 @@ jobs:
- python-version: '3.11'
numpy-version: '1.22'

# NumPy <1.25 are too old for Python 3.12
# NumPy <=1.25 are too old for Python 3.12
- python-version: '3.12'
numpy-version: '1.19'
- python-version: '3.12'
Expand All @@ -89,7 +94,7 @@ jobs:
numpy-version: '1.25'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: imread_test_env
Expand Down

0 comments on commit 5131494

Please sign in to comment.