We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d16455 commit 338a74fCopy full SHA for 338a74f
1 file changed
.github/workflows/mingw.yml
@@ -187,7 +187,7 @@ jobs:
187
188
- uses: actions/setup-python@v5
189
with:
190
- python-version: '3.13'
+ python-version: '3.14'
191
192
- name: Check Python Version
193
run: |
@@ -287,7 +287,7 @@ jobs:
287
apt-get install -qqy software-properties-common
288
add-apt-repository --yes ppa:deadsnakes/ppa
289
apt-get update -qq
290
- apt-get install -qqy autoconf-archive python3.13-dev python3.13
+ apt-get install -qqy autoconf-archive python3.14-dev python3.14
291
292
- name: Build
293
0 commit comments