|
19 | 19 | runs-on: ubuntu-latest |
20 | 20 | strategy: |
21 | 21 | matrix: |
22 | | - python_version: [3.12, 3.13] |
| 22 | + python_version: [3.12, 3.13, 3.14] |
23 | 23 | steps: |
24 | 24 | - name: Checkout |
25 | 25 | uses: actions/checkout@v4 |
|
78 | 78 | timeout-minutes: 8 |
79 | 79 | strategy: |
80 | 80 | matrix: |
81 | | - python_version: [3.12, 3.13] |
| 81 | + python_version: [3.12, 3.13, 3.14] |
82 | 82 | steps: |
83 | 83 | - name: Checkout |
84 | 84 | uses: actions/checkout@v4 |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | timeout-minutes: 10 |
117 | 117 | strategy: |
118 | 118 | matrix: |
119 | | - python_version: [3.12, 3.13] |
| 119 | + python_version: [3.12, 3.13, 3.14] |
120 | 120 | steps: |
121 | 121 | - name: Checkout |
122 | 122 | uses: actions/checkout@v4 |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | timeout-minutes: 8 |
162 | 162 | strategy: |
163 | 163 | matrix: |
164 | | - python_version: [3.12, 3.13] |
| 164 | + python_version: [3.12, 3.13, 3.14] |
165 | 165 | steps: |
166 | 166 | - name: Checkout |
167 | 167 | uses: actions/checkout@v4 |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | timeout-minutes: 5 |
202 | 202 | strategy: |
203 | 203 | matrix: |
204 | | - python_version: [3.12, 3.13] |
| 204 | + python_version: [3.12, 3.13, 3.14] |
205 | 205 | steps: |
206 | 206 | - name: Checkout |
207 | 207 | uses: actions/checkout@v4 |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | runs-on: ubuntu-latest |
232 | 232 | strategy: |
233 | 233 | matrix: |
234 | | - python_version: [3.12, 3.13] |
| 234 | + python_version: [3.12, 3.13, 3.14] |
235 | 235 | steps: |
236 | 236 | - name: Checkout |
237 | 237 | uses: actions/checkout@v4 |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | runs-on: ubuntu-latest |
278 | 278 | strategy: |
279 | 279 | matrix: |
280 | | - python_version: [3.12, 3.13] |
| 280 | + python_version: [3.12, 3.13, 3.14] |
281 | 281 | steps: |
282 | 282 | - name: Checkout |
283 | 283 | uses: actions/checkout@v4 |
|
0 commit comments