Skip to content

Commit 338a74f

Browse files
committed
wip: CI python version
1 parent 4d16455 commit 338a74f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- uses: actions/setup-python@v5
189189
with:
190-
python-version: '3.13'
190+
python-version: '3.14'
191191

192192
- name: Check Python Version
193193
run: |
@@ -287,7 +287,7 @@ jobs:
287287
apt-get install -qqy software-properties-common
288288
add-apt-repository --yes ppa:deadsnakes/ppa
289289
apt-get update -qq
290-
apt-get install -qqy autoconf-archive python3.13-dev python3.13
290+
apt-get install -qqy autoconf-archive python3.14-dev python3.14
291291
292292
- name: Build
293293
run: |

0 commit comments

Comments
 (0)