|
29 | 29 | - uses: actions/checkout@v5 |
30 | 30 | - uses: actions/setup-python@v6 |
31 | 31 | with: |
32 | | - python-version: '3.12' |
| 32 | + python-version: '3.14' |
33 | 33 |
|
34 | 34 | - name: Install Libheif |
35 | 35 | run: brew install libheif |
|
48 | 48 | - uses: actions/checkout@v5 |
49 | 49 | - uses: actions/setup-python@v6 |
50 | 50 | with: |
51 | | - python-version: '3.11' |
| 51 | + python-version: '3.14' |
52 | 52 |
|
53 | 53 | - name: Prepare system |
54 | 54 | run: | |
|
93 | 93 | - uses: actions/checkout@v5 |
94 | 94 | - uses: actions/setup-python@v6 |
95 | 95 | with: |
96 | | - python-version: '3.12' |
| 96 | + python-version: '3.14' |
97 | 97 |
|
98 | 98 | - name: Prepare system |
99 | 99 | run: | |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | - uses: actions/checkout@v5 |
143 | 143 | - uses: actions/setup-python@v6 |
144 | 144 | with: |
145 | | - python-version: '3.10' |
| 145 | + python-version: '3.14' |
146 | 146 |
|
147 | 147 | - name: Install Libheif |
148 | 148 | run: brew install libheif |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | - uses: actions/checkout@v5 |
180 | 180 | - uses: actions/setup-python@v6 |
181 | 181 | with: |
182 | | - python-version: '3.11' |
| 182 | + python-version: '3.14' |
183 | 183 |
|
184 | 184 | - name: Install Libheif |
185 | 185 | run: brew install libheif |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | - uses: actions/checkout@v5 |
219 | 219 | - uses: actions/setup-python@v6 |
220 | 220 | with: |
221 | | - python-version: '3.9' |
| 221 | + python-version: '3.14' |
222 | 222 |
|
223 | 223 | - uses: msys2/setup-msys2@v2 |
224 | 224 | with: |
@@ -303,7 +303,7 @@ jobs: |
303 | 303 |
|
304 | 304 | - uses: actions/setup-python@v6 |
305 | 305 | with: |
306 | | - python-version: '3.13' |
| 306 | + python-version: '3.14' |
307 | 307 | allow-prereleases: true |
308 | 308 |
|
309 | 309 | - name: Prepare system |
@@ -351,7 +351,7 @@ jobs: |
351 | 351 |
|
352 | 352 | - uses: actions/setup-python@v6 |
353 | 353 | with: |
354 | | - python-version: '3.13' |
| 354 | + python-version: '3.14' |
355 | 355 | allow-prereleases: true |
356 | 356 |
|
357 | 357 | - name: Prepare system |
@@ -379,7 +379,7 @@ jobs: |
379 | 379 | - uses: actions/checkout@v5 |
380 | 380 | - uses: actions/setup-python@v6 |
381 | 381 | with: |
382 | | - python-version: '3.12' |
| 382 | + python-version: '3.14' |
383 | 383 |
|
384 | 384 | - name: Install Libheif |
385 | 385 | run: brew install libheif |
|
0 commit comments