Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: don't restrict python versions in bzlmod example (#2362)
Under Bazel 8, the bzlmod example is failing because newer versions of some dependencies request Python 3.8 to be available. To fix, just comment out the restriction in the example. The example has a somewhat large dependency footprint, so enforcing this restriction seems untenable. The config is left commented out so users can discover the feature. Fixes #2361 Fixes bazelbuild/bazel-central-registry#3056
- Loading branch information