Skip to content

Commit 1c0801a

Browse files
committed
CI: adjust python host version to match for the cross build
1 parent 5135b9b commit 1c0801a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
186186
- uses: actions/setup-python@v5
187187
with:
188-
python-version: '3.12'
188+
python-version: '3.13'
189189

190190
- name: Check Python Version
191191
run: |
@@ -255,7 +255,7 @@ jobs:
255255
apt-get install -qqy software-properties-common
256256
add-apt-repository --yes ppa:deadsnakes/ppa
257257
apt-get update -qq
258-
apt-get install -qqy autoconf-archive python3.12-dev python3.12
258+
apt-get install -qqy autoconf-archive python3.13-dev python3.13
259259
260260
- name: Build
261261
run: |

0 commit comments

Comments
 (0)