[+] pass python_version to uv pip compile

This commit is contained in:
Siarhei Siniak 2025-05-16 17:05:51 +03:00
parent c6b2b62ba4
commit cf840258c2
3 changed files with 5 additions and 1 deletions

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'),
# 'online.fxreader.uv',
# ['c', 'cpp'],
version: '0.1.5.16+27.18',
version: '0.1.5.16+27.19',
# default_options: [
# 'cpp_std=c++23',
# # 'prefer_static=true',

@ -610,6 +610,7 @@ class CLI(abc.ABC):
'-m',
'uv', 'pip', 'compile',
*args,
'--python-version', options.python_version,
*sum([
['-f', str(o),]
for o in pip_find_links

Binary file not shown.