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
chore (py_internal): Remove roundtrip of putting py_internal in the config repo (#3522)
I was reading on `py_internal` and found this opportunity for
simplification.
When there was support for Bazel `< 7` `py_internal` was in
`@rules_python_internal`, because it had to be set to None depending on
Bazel version.
#3282 removed Bazel `<
7` support shims, and made `py_internal` not depend on Bazel version. So
now there no need to put it in `@rules_python_internal`.
---------
Co-authored-by: Shayan Hoshyari <hoshyari@adobe.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments