fix(ci): fix python version in build to test 3.13

This commit is contained in:
2025-12-03 09:47:10 +01:00
parent 0f41e8b226
commit 1e320d68c9

View File

@@ -196,7 +196,7 @@ jobs:
- name: Build Windows release with Nuitka
shell: powershell
run: |
& $env:UV_PATH run --python 3.12 python -m nuitka `
& $env:UV_PATH run --python 3.13 python -m nuitka `
--standalone `
--assume-yes-for-downloads `
--output-dir=dist `