|
34 | 34 | python_spec: '3.14.* *_cp314' |
35 | 35 | - python: '3.14' |
36 | 36 | python_spec: '3.14.* *_cp314t' |
| 37 | + - python: '3.15' |
| 38 | + python_spec: '3.15.* *_cp315' |
| 39 | + - python: '3.15' |
| 40 | + python_spec: '3.15.* *_cp315t' |
37 | 41 | steps: |
38 | 42 | - name: Cancel Previous Runs |
39 | 43 | uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
@@ -112,6 +116,10 @@ jobs: |
112 | 116 | python_spec: '3.14.* *_cp314' |
113 | 117 | - python: '3.14' |
114 | 118 | python_spec: '3.14.* *_cp314t' |
| 119 | + - python: '3.15' |
| 120 | + python_spec: '3.15.* *_cp315' |
| 121 | + - python: '3.15' |
| 122 | + python_spec: '3.15.* *_cp315t' |
115 | 123 | steps: |
116 | 124 | - name: Cancel Previous Runs |
117 | 125 | uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
@@ -194,6 +202,14 @@ jobs: |
194 | 202 | python_spec: '3.14.* *_cp314t' |
195 | 203 | experimental: false |
196 | 204 | runner: ubuntu-latest |
| 205 | + - python: '3.15' |
| 206 | + python_spec: '3.15.* *_cp315' |
| 207 | + experimental: false |
| 208 | + runner: ubuntu-latest |
| 209 | + - python: '3.15' |
| 210 | + python_spec: '3.15.* *_cp315t' |
| 211 | + experimental: false |
| 212 | + runner: ubuntu-latest |
197 | 213 | experimental: [false] |
198 | 214 | runner: [ubuntu-latest] |
199 | 215 | continue-on-error: ${{ matrix.experimental }} |
@@ -313,6 +329,14 @@ jobs: |
313 | 329 | python_spec: '3.14.* *_cp314t' |
314 | 330 | experimental: false |
315 | 331 | runner: windows-latest |
| 332 | + - python: '3.15' |
| 333 | + python_spec: '3.15.* *_cp315' |
| 334 | + experimental: false |
| 335 | + runner: windows-latest |
| 336 | + - python: '3.15' |
| 337 | + python_spec: '3.15.* *_cp315t' |
| 338 | + experimental: false |
| 339 | + runner: windows-latest |
316 | 340 | experimental: [false] |
317 | 341 | runner: [windows-latest] |
318 | 342 | continue-on-error: ${{ matrix.experimental }} |
@@ -502,6 +526,10 @@ jobs: |
502 | 526 | python_spec: '3.14.* *_cp314' |
503 | 527 | - python: '3.14' |
504 | 528 | python_spec: '3.14.* *_cp314t' |
| 529 | + - python: '3.15' |
| 530 | + python_spec: '3.15.* *_cp315' |
| 531 | + - python: '3.15' |
| 532 | + python_spec: '3.15.* *_cp315t' |
505 | 533 | steps: |
506 | 534 | - name: Download conda artifact |
507 | 535 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
@@ -551,6 +579,10 @@ jobs: |
551 | 579 | python_spec: '3.14.* *_cp314' |
552 | 580 | - python: '3.14' |
553 | 581 | python_spec: '3.14.* *_cp314t' |
| 582 | + - python: '3.15' |
| 583 | + python_spec: '3.15.* *_cp315' |
| 584 | + - python: '3.15' |
| 585 | + python_spec: '3.15.* *_cp315t' |
554 | 586 | steps: |
555 | 587 | - name: Download artifact |
556 | 588 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
@@ -591,13 +623,13 @@ jobs: |
591 | 623 | runs-on: ${{ matrix.runner }} |
592 | 624 | strategy: |
593 | 625 | matrix: |
594 | | - python: ['3.14'] |
595 | | - python_spec: ['3.14.* *_cp314'] |
| 626 | + python: ['3.15'] |
| 627 | + python_spec: ['3.15.* *_cp315'] |
596 | 628 | experimental: [false] |
597 | 629 | runner: [ubuntu-latest] |
598 | 630 | include: |
599 | | - - python: '3.14' |
600 | | - python_spec: '3.14.* *_cp314t' |
| 631 | + - python: '3.15' |
| 632 | + python_spec: '3.15.* *_cp315t' |
601 | 633 | experimental: false |
602 | 634 | runner: ubuntu-latest |
603 | 635 | continue-on-error: ${{ matrix.experimental }} |
|
0 commit comments