Skip to content

Commit e45c9be

Browse files
committed
Do we still need system Python with new Nuitka?
1 parent 5f22fd4 commit e45c9be

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ jobs:
118118
- uses: actions/[email protected]
119119
with:
120120
ref: ${{ matrix.commit }}
121-
# XXX We need to install Python 3.13 system-wide as Nuitka is not going to magically pickup the Python 3.13
122-
# managed by uv.
123-
- uses: actions/[email protected]
124-
with:
125-
python-version: "3.13"
126121
- name: Install uv
127122
run: |
128123
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
@@ -136,7 +131,7 @@ jobs:
136131
# | Missing expression after unary operator '--'.
137132
# yamllint disable rule:line-length
138133
run: |
139-
uv --no-progress venv --python 3.13 --python-preference system
134+
uv --no-progress venv --python 3.13
140135
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
141136
# yamllint enable
142137
- name: Nuitka + compilers versions

requirements/nuitka.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nuitka == 2.5.8
1+
nuitka == 2.5.9
22
# Additional dependencies:
33
# - ordered-set: used by Nuitka for compilation performance
44
# - zstandard: for nuitka's onefile compression

0 commit comments

Comments
 (0)