Skip to content

Commit 61e728c

Browse files
committed
fix: exclude one matrix
1 parent dfc12bf commit 61e728c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
matrix:
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
numpy-version: [">=1.25,<2", ">=2"]
22+
exclude:
23+
- python-version: "3.13"
24+
numpy-version: ">=1.25,<2" # numpy<2 is not supported on Python 3.13
2225

2326
steps:
2427
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)