|
30 | 30 | fail-fast: false |
31 | 31 |
|
32 | 32 | steps: |
33 | | - - uses: actions/checkout@v6 |
| 33 | + - uses: actions/checkout@v7 |
34 | 34 | with: |
35 | 35 | fetch-depth: 0 |
36 | 36 | - name: Setup MSVC (win32) |
|
42 | 42 | if: ${{ matrix.os == 'windows-latest' && matrix.archs == 'auto32' }} |
43 | 43 | run: rm "c:\Program Files\Git\usr\bin\link.exe" |
44 | 44 | - name: Build wheels |
45 | | - uses: pypa/cibuildwheel@v4.0.0 |
| 45 | + uses: pypa/cibuildwheel@v4.1.0 |
46 | 46 | env: |
47 | 47 | CIBW_ARCHS: ${{ matrix.archs }} |
48 | 48 | - uses: actions/upload-artifact@v7 |
|
54 | 54 | name: Make SDist |
55 | 55 | runs-on: ubuntu-latest |
56 | 56 | steps: |
57 | | - - uses: actions/checkout@v6 |
| 57 | + - uses: actions/checkout@v7 |
58 | 58 | with: |
59 | 59 | fetch-depth: 0 |
60 | 60 |
|
@@ -85,13 +85,13 @@ jobs: |
85 | 85 | name: Documentation, Linting and Coverage |
86 | 86 | runs-on: ubuntu-latest |
87 | 87 | steps: |
88 | | - - uses: actions/checkout@v6 |
| 88 | + - uses: actions/checkout@v7 |
89 | 89 | with: |
90 | 90 | fetch-depth: 0 |
91 | 91 | - uses: actions/setup-python@v6 |
92 | 92 | with: |
93 | 93 | # Update according to NEP-29 |
94 | | - python-version: '3.11' |
| 94 | + python-version: '3.12' |
95 | 95 | cache: 'pip' |
96 | 96 | - name: Install package |
97 | 97 | run: | |
@@ -127,18 +127,18 @@ jobs: |
127 | 127 | name: Run SciPy FFT tests |
128 | 128 | runs-on: ubuntu-latest |
129 | 129 | steps: |
130 | | - - uses: actions/checkout@v6 |
| 130 | + - uses: actions/checkout@v7 |
131 | 131 | with: |
132 | 132 | fetch-depth: 0 |
133 | 133 | - uses: actions/setup-python@v6 |
134 | 134 | with: |
135 | 135 | # Update according to NEP-29 |
136 | | - python-version: '3.11' |
| 136 | + python-version: '3.12' |
137 | 137 | cache: 'pip' |
138 | 138 | - name: Install package |
139 | 139 | run: | |
140 | 140 | pip install -v .[tests] pytest"<7" |
141 | | - pip install scipy==1.9.3 |
| 141 | + pip install scipy==1.11.4 |
142 | 142 | - name: SciPy tests |
143 | 143 | run: | |
144 | 144 | import scipy.fft |
|
0 commit comments