|
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | strategy: |
20 | 20 | matrix: |
21 | | - python: ["3.10", "3.11", "3.12", "3.13"] |
| 21 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
22 | 22 | steps: |
23 | 23 | - name: Cancel Previous Runs |
24 | 24 | uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
|
75 | 75 |
|
76 | 76 | strategy: |
77 | 77 | matrix: |
78 | | - python: ["3.10", "3.11", "3.12", "3.13"] |
| 78 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
79 | 79 | experimental: [false] |
80 | 80 | runner: [ubuntu-latest] |
81 | 81 | continue-on-error: ${{ matrix.experimental }} |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 |
|
147 | 147 | strategy: |
148 | 148 | matrix: |
149 | | - python: ["3.10", "3.11", "3.12", "3.13"] |
| 149 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
150 | 150 | env: |
151 | 151 | conda-bld: C:\Miniconda\conda-bld\win-64\ |
152 | 152 | steps: |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | shell: cmd /C CALL {0} |
210 | 210 | strategy: |
211 | 211 | matrix: |
212 | | - python: ["3.10", "3.11", "3.12", "3.13"] |
| 212 | + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
213 | 213 | experimental: [false] |
214 | 214 | runner: [windows-latest] |
215 | 215 | continue-on-error: ${{ matrix.experimental }} |
|
0 commit comments