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
|
- name: Build Windows release with Nuitka
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
& $env:UV_PATH run --python 3.12 python -m nuitka `
|
& $env:UV_PATH run --python 3.13 python -m nuitka `
|
||||||
--standalone `
|
--standalone `
|
||||||
--assume-yes-for-downloads `
|
--assume-yes-for-downloads `
|
||||||
--output-dir=dist `
|
--output-dir=dist `
|
||||||
|
|||||||
Reference in New Issue
Block a user