|
20 | 20 | runs-on: ubuntu-latest |
21 | 21 | strategy: |
22 | 22 | matrix: |
23 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 23 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
24 | 24 | steps: |
25 | 25 | - name: Cancel Previous Runs |
26 | 26 | uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 |
|
77 | 77 |
|
78 | 78 | strategy: |
79 | 79 | matrix: |
80 | | - python_ver: ['3.9', '3.10', '3.11', '3.12'] |
| 80 | + python_ver: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
81 | 81 | numpy: ['numpy"<2"', 'numpy">=2"'] |
82 | 82 | experimental: [false] |
83 | 83 | runner: [ubuntu-latest] |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 |
|
148 | 148 | strategy: |
149 | 149 | matrix: |
150 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 150 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
151 | 151 | steps: |
152 | 152 | - name: Cancel Previous Runs |
153 | 153 | uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 |
|
210 | 210 | strategy: |
211 | 211 | matrix: |
212 | | - python_ver: ['3.9', '3.10', '3.11', '3.12'] |
| 212 | + python_ver: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
213 | 213 | numpy: ['numpy"<2"', 'numpy">=2"'] |
214 | 214 | experimental: [false] |
215 | 215 | runner: [windows-latest] |
|
0 commit comments