fix(ci): fix python version in build to test 3.13
This commit is contained in:
@@ -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 `
|
||||
|
||||
Reference in New Issue
Block a user