diff --git a/.github/workflows/build_multi_scipy.yml b/.github/workflows/build_multi_scipy.yml index 925f351..66d11db 100644 --- a/.github/workflows/build_multi_scipy.yml +++ b/.github/workflows/build_multi_scipy.yml @@ -13,7 +13,7 @@ jobs: matrix: numpy: ['1.16.5', '1.20.3', '1.25.2', '2.0.1'] scipy: ['1.7.3', '1.10.1', '1.14.0', ] - python-version: ['3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10'] os: [ubuntu-latest] architecture: ['x64']