Skip to content

Commit bc12c35

Browse files
committed
update build matrix
1 parent b1c44b0 commit bc12c35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,31 @@ jobs:
7474
run-expensive-tests: true
7575
report-coverage: true
7676
save-cache: true
77+
numpy-version: 1
78+
- python-version: '3.9'
79+
conda-env: full
80+
spec: conda
81+
numpy-version: 2
7782
- python-version: '3.10'
7883
conda-env: dev
7984
spec: conda
85+
numpy-version: 1
8086
- python-version: '3.11'
8187
conda-env: dev
8288
spec: main
89+
numpy-version: 2
8390
- python-version: '3.12'
8491
conda-env: dev
8592
spec: conda
93+
numpy-version: 1
8694
- python-version: '3.13'
8795
conda-env: dev
8896
spec: main
97+
numpy-version: 2
98+
- python-version: '3.14'
99+
conda-env: dev
100+
spec: conda
101+
numpy-version: 2
89102

90103
steps:
91104
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)