|
20 | 20 | runs-on: ubuntu-latest |
21 | 21 | strategy: |
22 | 22 | matrix: |
23 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 23 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
24 | 24 | steps: |
25 | 25 | - name: Cancel Previous Runs |
26 | 26 | uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
|
77 | 77 |
|
78 | 78 | strategy: |
79 | 79 | matrix: |
80 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 80 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
81 | 81 | experimental: [false] |
82 | 82 | runner: [ubuntu-latest] |
83 | 83 | continue-on-error: ${{ matrix.experimental }} |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 |
|
159 | 159 | strategy: |
160 | 160 | matrix: |
161 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 161 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
162 | 162 | steps: |
163 | 163 | - name: Cancel Previous Runs |
164 | 164 | uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 |
|
223 | 223 | strategy: |
224 | 224 | matrix: |
225 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 225 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
226 | 226 | experimental: [false] |
227 | 227 | runner: [windows-latest] |
228 | 228 | continue-on-error: ${{ matrix.experimental }} |
|
0 commit comments