Skip to content

Commit

Permalink
Don't install numpy 1.12 on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 5, 2023
1 parent 6a4a4fb commit 5ca685a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
# https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy-version: ['1.22', 'latest', 'dev']
exclude:
- python-version: '3.12-dev'
numpy-version: '1.22'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5ca685a

Please sign in to comment.