Skip to content

Commit c32bf4a

Browse files
committed
Exclude python/scipy combinations that don't work
1 parent d91c0ba commit c32bf4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ jobs:
2121
scipy-version: '1.14.1'
2222
- python-version: "3.9"
2323
scipy-version: '1.16.2'
24+
- python-version: "3.10"
25+
scipy-version: '1.16.2'
2426
- python-version: "3.11"
2527
scipy-version: '1.8.1'
2628
- python-version: "3.12"
2729
scipy-version: '1.8.1'
2830
- python-version: "3.13"
2931
scipy-version: '1.8.1'
32+
- python-version: "3.13"
33+
scipy-version: '1.11.3'
3034

3135
runs-on: ${{ matrix.os }}
3236

0 commit comments

Comments
 (0)