aboutsummaryrefslogtreecommitdiff
path: root/python/tools
diff options
context:
space:
mode:
authorckl <ckl@google.com>2021-05-05 11:53:31 -0700
committerCopybara-Service <copybara-worker@google.com>2021-05-05 11:54:13 -0700
commit6d406f09f00617593a082294b6ae2149cc8319a4 (patch)
tree2fd8109993eaf6e2fe2fad74a7edfb8d5b365dd3 /python/tools
parent384e8ed7d8946acf75276803e4c343331da48f24 (diff)
downloadtink-6d406f09f00617593a082294b6ae2149cc8319a4.tar.gz
Upgrade to Bazel 3.7.2.
PiperOrigin-RevId: 372175723
Diffstat (limited to 'python/tools')
-rwxr-xr-xpython/tools/distribution/build_linux_binary_wheels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tools/distribution/build_linux_binary_wheels.sh b/python/tools/distribution/build_linux_binary_wheels.sh
index 2a1a7f6b3..4560c7119 100755
--- a/python/tools/distribution/build_linux_binary_wheels.sh
+++ b/python/tools/distribution/build_linux_binary_wheels.sh
@@ -33,7 +33,7 @@ PYTHON_VERSIONS["3.8"]="cp38-cp38"
#PYTHON_VERSIONS["3.9"]="cp39-cp39"
readonly -A PYTHON_VERSIONS
-readonly BAZEL_VERSION='3.1.0'
+readonly BAZEL_VERSION='3.7.2'
readonly PROTOC_VERSION='3.14.0'
# Get dependencies which are needed for building Tink.