Skip to content

Commit 526ddb3

Browse files
committed
Simplify CI matrix to stable Python 3.10 baseline
- Remove Python 3.11 and 3.12 jobs - Drop NumPy 2.x combinations - Keep Python 3.10 + NumPy 1.26.4 only
1 parent 1c67036 commit 526ddb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
python-version: ["3.10", "3.11"]
14+
python-version: ["3.10"]
1515
numpy-version: ["numpy==1.26.4"]
1616
runs-on: ubuntu-latest
1717

0 commit comments

Comments
 (0)