Skip to content

Commit a5363b8

Browse files
committed
Expand versions
1 parent 19adcf9 commit a5363b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_multi_scipy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.10']
1514
numpy: ['1.16.5', '1.20.3', '1.25.2', '2.0.1']
1615
scipy: ['1.7.3', '1.10.1', '1.14.0', ]
16+
python-version: ['3.9', '3.10']
1717
os: [ubuntu-latest]
1818
architecture: ['x64']
19+
1920
steps:
2021
- uses: actions/checkout@v4
2122
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}

0 commit comments

Comments
 (0)