|
83 | 83 | - name: Set up Python |
84 | 84 | uses: actions/setup-python@v5 |
85 | 85 | with: |
86 | | - python-version: "3.10" |
| 86 | + python-version: "3.14" |
87 | 87 | cache: "pip" |
88 | 88 |
|
89 | 89 | - name: Install project dependencies |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | - name: Set up Python |
138 | 138 | uses: actions/setup-python@v5 |
139 | 139 | with: |
140 | | - python-version: "3.10" |
| 140 | + python-version: "3.14" |
141 | 141 | cache: "pip" |
142 | 142 |
|
143 | 143 | - name: Install project dependencies |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | uses: ./.github/workflows/build-wheel.yml |
190 | 190 | needs: [tests-unix, read-version] |
191 | 191 | with: |
192 | | - python-version: "3.10" |
| 192 | + python-version: "3.14" |
193 | 193 | architecture: ${{ matrix.target }} |
194 | 194 | artifact-name: wheels-linux-${{ matrix.target }} |
195 | 195 | runs-on: ${{ matrix.runs-on }} |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | - name: Set up Python |
236 | 236 | uses: actions/setup-python@v5 |
237 | 237 | with: |
238 | | - python-version: "3.10" |
| 238 | + python-version: "3.14" |
239 | 239 | cache: "pip" |
240 | 240 |
|
241 | 241 | - name: Download wheel artifacts |
@@ -274,7 +274,7 @@ jobs: |
274 | 274 | uses: ./.github/workflows/build-wheel.yml |
275 | 275 | needs: [tests-windows, read-version] |
276 | 276 | with: |
277 | | - python-version: "3.10" |
| 277 | + python-version: "3.14" |
278 | 278 | architecture: ${{ matrix.target }} |
279 | 279 | artifact-name: wheels-windows-${{ matrix.target }} |
280 | 280 | runs-on: windows-latest |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | - name: Set up Python |
313 | 313 | uses: actions/setup-python@v5 |
314 | 314 | with: |
315 | | - python-version: "3.10" |
| 315 | + python-version: "3.14" |
316 | 316 | cache: "pip" |
317 | 317 |
|
318 | 318 | - name: Download wheel artifacts |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 | uses: ./.github/workflows/build-wheel.yml |
354 | 354 | needs: [tests-unix, read-version] |
355 | 355 | with: |
356 | | - python-version: "3.10" |
| 356 | + python-version: "3.14" |
357 | 357 | runs-on: ${{ matrix.runs-on }} |
358 | 358 | artifact-name: wheels-macos-${{ matrix.target }} |
359 | 359 | architecture: ${{ matrix.target }} |
@@ -403,7 +403,7 @@ jobs: |
403 | 403 | - name: Set up Python |
404 | 404 | uses: actions/setup-python@v5 |
405 | 405 | with: |
406 | | - python-version: "3.10" |
| 406 | + python-version: "3.14" |
407 | 407 | cache: "pip" |
408 | 408 |
|
409 | 409 | - name: Download wheel artifacts |
@@ -451,7 +451,7 @@ jobs: |
451 | 451 | - uses: actions/checkout@v4 |
452 | 452 | - uses: actions/setup-python@v5 |
453 | 453 | with: |
454 | | - python-version: "3.10" |
| 454 | + python-version: "3.14" |
455 | 455 | cache: "pip" |
456 | 456 | - name: Install dependencies |
457 | 457 | run: pip install -r requirements.txt |
|
0 commit comments