We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04490 commit 47e7ccdCopy full SHA for 47e7ccd
python/uv/private/lock.bzl
@@ -182,6 +182,9 @@ modifications and the locking is not done from scratch.
182
doc = "Public, see the docs in the macro.",
183
default = True,
184
),
185
+ "python_version": attr.string(
186
+ doc = "Public, see the docs in the macro.",
187
+ ),
188
"srcs": attr.label_list(
189
mandatory = True,
190
allow_files = True,
@@ -364,6 +367,7 @@ def lock(
364
367
env = env,
365
368
existing_output = maybe_out,
366
369
generate_hashes = generate_hashes,
370
+ python_version = python_version,
371
srcs = srcs,
372
strip_extras = strip_extras,
373
target_compatible_with = target_compatible_with,
0 commit comments