Skip to content

Commit c92d90e

Browse files
committed
Force use of latest 3.13 Python for all platforms for Nuitka builds
1 parent f22b548 commit c92d90e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
# https://github.com/astral-sh/uv/issues/12906
149149
# https://docs.astral.sh/uv/reference/cli/#uv-python
150150
run: >
151-
uv run
152-
${{ matrix.os == 'windows-11-arm' && '--managed-python --python cpython-3.13-windows-aarch64-none' || '' }}
151+
uv run --managed-python
152+
--python ${{ matrix.os == 'windows-11-arm' && 'cpython-3.13-windows-aarch64-none' || '3.13' }}
153153
--with-requirements https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
154154
--
155155
nuitka --onefile --assume-yes-for-downloads --output-filename=${{ matrix.bin_name }} ${{ matrix.module_path }}

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
> This version is not released yet and is under active development.
77
88
- Use `uv`-provided ARM64 Python on `windows-11-arm` platform for Nuitka builds.
9+
- Force use of latest `3.13` Python for all platforms for Nuitka builds.
910

1011
## [4.17.5 (2025-06-26)](https://github.com/kdeldycke/workflows/compare/v4.17.4...v4.17.5)
1112

0 commit comments

Comments
 (0)