|
26 | 26 |
|
27 | 27 | strategy: |
28 | 28 | matrix: |
29 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 29 | + python: ['3.10', '3.11', '3.12', '3.13'] |
30 | 30 | python_spec: [''] |
31 | 31 | include: |
| 32 | + - python: '3.14' |
| 33 | + python_spec: '3.14.* *_cp314' |
32 | 34 | - python: '3.14' |
33 | 35 | python_spec: '3.14.* *_cp314t' |
34 | 36 | steps: |
@@ -101,9 +103,11 @@ jobs: |
101 | 103 |
|
102 | 104 | strategy: |
103 | 105 | matrix: |
104 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 106 | + python: ['3.10', '3.11', '3.12', '3.13'] |
105 | 107 | python_spec: [''] |
106 | 108 | include: |
| 109 | + - python: '3.14' |
| 110 | + python_spec: '3.14.* *_cp314' |
107 | 111 | - python: '3.14' |
108 | 112 | python_spec: '3.14.* *_cp314t' |
109 | 113 | steps: |
@@ -176,9 +180,13 @@ jobs: |
176 | 180 |
|
177 | 181 | strategy: |
178 | 182 | matrix: |
179 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 183 | + python: ['3.10', '3.11', '3.12', '3.13'] |
180 | 184 | python_spec: [''] |
181 | 185 | include: |
| 186 | + - python: '3.14' |
| 187 | + python_spec: '3.14.* *_cp314' |
| 188 | + experimental: false |
| 189 | + runner: ubuntu-22.04 |
182 | 190 | - python: '3.14' |
183 | 191 | python_spec: '3.14.* *_cp314t' |
184 | 192 | experimental: false |
@@ -291,9 +299,13 @@ jobs: |
291 | 299 | shell: cmd /C CALL {0} |
292 | 300 | strategy: |
293 | 301 | matrix: |
294 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 302 | + python: ['3.10', '3.11', '3.12', '3.13'] |
295 | 303 | python_spec: [''] |
296 | 304 | include: |
| 305 | + - python: '3.14' |
| 306 | + python_spec: '3.14.* *_cp314' |
| 307 | + experimental: false |
| 308 | + runner: windows-latest |
297 | 309 | - python: '3.14' |
298 | 310 | python_spec: '3.14.* *_cp314t' |
299 | 311 | experimental: false |
@@ -480,9 +492,11 @@ jobs: |
480 | 492 | timeout-minutes: 20 |
481 | 493 | strategy: |
482 | 494 | matrix: |
483 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 495 | + python: ['3.10', '3.11', '3.12', '3.13'] |
484 | 496 | python_spec: [''] |
485 | 497 | include: |
| 498 | + - python: '3.14' |
| 499 | + python_spec: '3.14.* *_cp314' |
486 | 500 | - python: '3.14' |
487 | 501 | python_spec: '3.14.* *_cp314t' |
488 | 502 | steps: |
@@ -527,9 +541,11 @@ jobs: |
527 | 541 | shell: cmd /C CALL {0} |
528 | 542 | strategy: |
529 | 543 | matrix: |
530 | | - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 544 | + python: ['3.10', '3.11', '3.12', '3.13'] |
531 | 545 | python_spec: [''] |
532 | 546 | include: |
| 547 | + - python: '3.14' |
| 548 | + python_spec: '3.14.* *_cp314' |
533 | 549 | - python: '3.14' |
534 | 550 | python_spec: '3.14.* *_cp314t' |
535 | 551 | steps: |
@@ -573,7 +589,7 @@ jobs: |
573 | 589 | strategy: |
574 | 590 | matrix: |
575 | 591 | python: ['3.14'] |
576 | | - python_spec: [''] |
| 592 | + python_spec: ['3.14.* *_cp314'] |
577 | 593 | experimental: [false] |
578 | 594 | runner: [ubuntu-latest] |
579 | 595 | include: |
|
0 commit comments