Skip to content

Commit e0b7a3d

Browse files
authored
Update python/private/python.bzl
1 parent 6813055 commit e0b7a3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

python/private/python.bzl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,12 @@ can result in spurious build failures.
672672
"is_default": attr.bool(
673673
mandatory = False,
674674
doc = """\
675-
Whether the toolchain is the default version. Ignored if `default_version_file`
676-
is set.""",
675+
Whether the toolchain is the default version.
676+
677+
:::{versionchanged} VERSION_NEXT_FEATURE
678+
This setting is ignored if {attr}`default_version_file` is set.
679+
:::
680+
""",
677681
),
678682
"python_version": attr.string(
679683
mandatory = True,

0 commit comments

Comments
 (0)