Skip to content

Commit

Permalink
CI: Update latest numpy version in test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Aug 3, 2023
1 parent d05cd17 commit 06844ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.1']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2']
os: [ubuntu-latest, macos-11]
exclude:
- python-version: '3.10'
Expand All @@ -21,7 +21,7 @@ jobs:
- python-version: '3.11'
numpy-version: '1.22.4'
- python-version: '3.8'
numpy-version: '1.25.1'
numpy-version: '1.25.2'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 06844ac

Please sign in to comment.