Skip to content

Commit

Permalink
TST Test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Mar 16, 2024
1 parent ff58c8e commit 8b529c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-python-package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
numpy-version:
- '1.19'
- '1.20'
Expand Down Expand Up @@ -72,6 +73,22 @@ jobs:
- python-version: '3.11'
numpy-version: '1.22'

# NumPy <1.25 are too old for Python 3.12
- python-version: '3.12'
numpy-version: '1.19'
- python-version: '3.12'
numpy-version: '1.20'
- python-version: '3.12'
numpy-version: '1.21'
- python-version: '3.12'
numpy-version: '1.22'
- python-version: '3.12'
numpy-version: '1.23'
- python-version: '3.12'
numpy-version: '1.24'
- python-version: '3.12'
numpy-version: '1.25'

steps:
- uses: actions/checkout@v2
- uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 8b529c6

Please sign in to comment.