aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authorUebelAndre <github@uebelandre.com>2021-09-30 14:12:07 -0700
committerGitHub <noreply@github.com>2021-09-30 14:12:07 -0700
commitd09d60ca11aa90dc29e08711f983bd60fa3015f6 (patch)
tree5d9bc94c3f62962ca94d3c079a2819747d238f0c /version.bzl
parent86e7135b5500b5179fdb353499b9e2c20daa478c (diff)
downloadbazelbuild-rules_python-d09d60ca11aa90dc29e08711f983bd60fa3015f6.tar.gz
Updated min tested Bazel version to 4.0.0 (#533)
* Updated min tested Bazel version to 4.0.0 * Assert that Bazel is at least 4.0.0 LTS Since we only test against bazel 4.0 now, and will start using features that require it, this gives users an obvious error message that they need to update. * Add third_party bzl files to integration test rules_python distro * remove helloworld test that relies on python2 Co-authored-by: Alex Eagle <eagle@post.harvard.edu> Co-authored-by: Henry Fuller <hrofuller@gmail.com>
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.bzl b/version.bzl
index f63feab..37f458a 100644
--- a/version.bzl
+++ b/version.bzl
@@ -20,7 +20,7 @@ version = "0.4.0"
# This version should be updated together with the version of the Bazel
# in .bazelversion.
# TODO(alexeagle): assert this is the case in a test
-BAZEL_VERSION = "3.3.1"
+BAZEL_VERSION = "4.0.0"
# Versions of Bazel which users should be able to use.
# Ensures we don't break backwards-compatibility,