|
24 | 24 |
|
25 | 25 | strategy: |
26 | 26 | matrix: |
27 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 27 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
28 | 28 | steps: |
29 | 29 | - name: Cancel Previous Runs |
30 | 30 | uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 |
|
85 | 85 |
|
86 | 86 | strategy: |
87 | 87 | matrix: |
88 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 88 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
89 | 89 | steps: |
90 | 90 | - name: Cancel Previous Runs |
91 | 91 | uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 |
|
157 | 157 | strategy: |
158 | 158 | matrix: |
159 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 159 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
160 | 160 | experimental: [false] |
161 | 161 | runner: [ubuntu-22.04] |
162 | 162 | continue-on-error: ${{ matrix.experimental }} |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | shell: cmd /C CALL {0} |
253 | 253 | strategy: |
254 | 254 | matrix: |
255 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 255 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
256 | 256 | experimental: [false] |
257 | 257 | runner: [windows-latest] |
258 | 258 | continue-on-error: ${{ matrix.experimental }} |
@@ -423,7 +423,7 @@ jobs: |
423 | 423 | timeout-minutes: 20 |
424 | 424 | strategy: |
425 | 425 | matrix: |
426 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 426 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
427 | 427 | steps: |
428 | 428 | - name: Download conda artifact |
429 | 429 | uses: actions/download-artifact@v5 |
@@ -467,7 +467,7 @@ jobs: |
467 | 467 | timeout-minutes: 20 |
468 | 468 | strategy: |
469 | 469 | matrix: |
470 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
| 470 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
471 | 471 | steps: |
472 | 472 | - name: Download artifact |
473 | 473 | uses: actions/download-artifact@v5 |
|
0 commit comments