Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add note on bazel version compatibility to WORKSPACE (#107)
Browse files Browse the repository at this point in the history
This will be useful to keep up-to-date for documentation purposes, and so we
know when a release cut breaks compatibility with Bazel and therefore needs to
be a major release.
  • Loading branch information
brandjon committed May 14, 2019
1 parent 5b0f501 commit 35bb9f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
workspace(name = "subpar")

# These version vars aren't consumed by anything but are good to know for
# documentation / compatibility purposes.
#
# Because of use of `PyInfo` provider.
MIN_BAZEL_VERSION = "0.23.0"
# Because tests require --incompatible_use_python_toolchains.
MIN_BAZEL_VERSION_FOR_TESTS = "0.25.0"

# Used by integration tests
local_repository(
name = "test_workspace",
Expand Down

0 comments on commit 35bb9f0

Please sign in to comment.