bazelbuild / rules_python

Bazel Python Rules
https://rules-python.readthedocs.io
Apache License 2.0
538 stars 542 forks source link

chore: change bcr presubmit to drop bazel 6, add last_rc (bazel 8) #2404

Closed rickeylev closed 1 week ago

rickeylev commented 1 week ago

This removes Bazel 6 and adds last_rc (Bazel 8) in our BCR presubmit config. Right now, BCR releases fail because they try to test with Bazel 6, which doesn't work.

rickeylev commented 1 week ago

bcr pr: https://github.com/bazelbuild/bazel-central-registry/pull/3180

There's a weird failure with bazel 8 on windows with a couple of the tests. So, maybe we should omit last_rc for now, otherwise future BCR releases will get hung up on that.