|
25 | 25 | runs-on: ubuntu-latest |
26 | 26 | strategy: |
27 | 27 | matrix: |
28 | | - python-version: ['3.11', '3.13'] |
| 28 | + python-version: ['3.11', '3.14'] |
29 | 29 |
|
30 | 30 | steps: |
31 | 31 | - name: Check out repository |
|
64 | 64 | runs-on: macos-15 |
65 | 65 | strategy: |
66 | 66 | matrix: |
67 | | - python-version: ['3.13'] |
| 67 | + python-version: ['3.14'] |
68 | 68 |
|
69 | 69 | steps: |
70 | 70 | - name: Check out repository |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | runs-on: windows-latest |
101 | 101 | strategy: |
102 | 102 | matrix: |
103 | | - python-version: ['3.13'] |
| 103 | + python-version: ['3.14'] |
104 | 104 |
|
105 | 105 | steps: |
106 | 106 | - name: Check out repository |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | runs-on: ubuntu-latest |
134 | 134 | strategy: |
135 | 135 | matrix: |
136 | | - python-version: ['3.11', '3.13'] |
| 136 | + python-version: ['3.11', '3.14'] |
137 | 137 |
|
138 | 138 | steps: |
139 | 139 | - name: Check out repository |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | runs-on: ubuntu-latest |
173 | 173 | strategy: |
174 | 174 | matrix: |
175 | | - python-version: ['3.11', '3.13'] |
| 175 | + python-version: ['3.11', '3.14'] |
176 | 176 |
|
177 | 177 | # needed to allow julia-actions/cache to delete old caches that it has created |
178 | 178 | permissions: |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | runs-on: ubuntu-latest |
224 | 224 | strategy: |
225 | 225 | matrix: |
226 | | - python-version: ['3.13'] |
| 226 | + python-version: ['3.14'] |
227 | 227 |
|
228 | 228 | steps: |
229 | 229 | - name: Check out repository |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | runs-on: ubuntu-latest |
260 | 260 | strategy: |
261 | 261 | matrix: |
262 | | - python-version: ['3.11', '3.13'] |
| 262 | + python-version: ['3.11', '3.14'] |
263 | 263 |
|
264 | 264 | steps: |
265 | 265 | - name: Check out repository |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | runs-on: ubuntu-latest |
296 | 296 | strategy: |
297 | 297 | matrix: |
298 | | - python-version: ['3.11', '3.13'] |
| 298 | + python-version: ['3.11', '3.14'] |
299 | 299 |
|
300 | 300 | steps: |
301 | 301 | - name: Check out repository |
@@ -331,7 +331,7 @@ jobs: |
331 | 331 | runs-on: ubuntu-latest |
332 | 332 | strategy: |
333 | 333 | matrix: |
334 | | - python-version: ['3.13'] |
| 334 | + python-version: ['3.14'] |
335 | 335 |
|
336 | 336 | steps: |
337 | 337 | - name: Check out repository |
|
0 commit comments