Skip to content

Commit

Permalink
exclude 2.1 for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 24, 2024
1 parent 0905bc6 commit 5b6ee0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
numpy-version: ['1.26', '2.0', '2.1']
exclude:
- python-version: 3.9
numpy-version: 2.1

steps:
- name: Check out
Expand Down

0 comments on commit 5b6ee0c

Please sign in to comment.