Commit 528c7c3
committed
fix: pass :python option from config to uv fetch/init
The :python option (e.g., "3.14t" for free-threaded builds) was read
from Application.compile_env but never forwarded to Pythonx.Uv.fetch/3
or Pythonx.Uv.init/3. This caused uv to download the regular Python
build instead of the free-threaded variant.1 parent 1700d8b commit 528c7c3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments