Skip to content

Commit 49de7b8

Browse files
committed
Don't test NumPy 2 with Python 3.8, it requires Python 3.9 or later.
1 parent e569ac4 commit 49de7b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/regression-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
matrix:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616
numpy-version: ["numpy<2.0.0", "numpy>=2.0.0"]
17+
exclude:
18+
- python-version: "3.8"
19+
numpy-version: "numpy>=2.0.0"
1720

1821
steps:
1922
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)