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 4011210 commit 66dc8c6Copy full SHA for 66dc8c6
1 file changed
python/py_binary.bzl
@@ -28,13 +28,13 @@ def py_binary(**attrs):
28
* `srcs_version`: cannot be `PY2` or `PY2ONLY`
29
* `tags`: May have special marker values added, if not already present.
30
31
- Args:
32
- **attrs: Rule attributes forwarded onto the underlying {rule}`py_binary`.
33
-
34
:::{versionchanged} VERSION_NEXT_FEATURE
35
The `PYTHONBREAKPOINT` environment variable is inherited. Use in combination
36
with {obj}`--debugger` to customize the debugger available and used.
37
:::
+
+ Args:
+ **attrs: Rule attributes forwarded onto the underlying {rule}`py_binary`.
38
"""
39
if attrs.get("python_version") == "PY2":
40
fail("Python 2 is no longer supported: https://github.com/bazel-contrib/rules_python/issues/886")
0 commit comments