Skip to content

Commit

Permalink
CI: Exclude Python 3.13 + NumPy 2.0.2 from test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Oct 8, 2024
1 parent abe4194 commit dbd34b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
numpy-version: "1.25.2"
- python-version: "3.13"
numpy-version: "1.26.4"
- python-version: "3.13"
numpy-version: "2.0.2"

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

0 comments on commit dbd34b3

Please sign in to comment.