You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finding the Python runtime via toolchain resolution has been enabled by
default for
many years. Toolchains are the preferred mechanism for specifying Python
runtime info.
Usage of the non-toolchain ways should be approximately zero, and they'd
be considered
unsupported anyways. Hence this is not considered a breaking change.
This PR removes support for
- "If toolchains disabled" logic
(`--incompatible_use_python_toolchains`)
- `configuration_field` on `python_top` (`--python_top` flag)
- `_py_interpreter` attribute (plumbing for python_top flag)
Work towards bazel-contrib#3252.
---------
Co-authored-by: Richard Levasseur <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments