aboutsummaryrefslogtreecommitdiff
path: root/python/tools
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2022-01-19 07:46:48 -0800
committerCopybara-Service <copybara-worker@google.com>2022-01-19 07:47:28 -0800
commitefeeabfad408556e7ac7b4652b42e6f4aea32b99 (patch)
tree43f1c90bc6e9c67efa0c8b60494ad952e40c1b3f /python/tools
parent55dc41a6b09d3f781f79d2b5dce9b09aea67efcb (diff)
downloadtink-efeeabfad408556e7ac7b4652b42e6f4aea32b99.tar.gz
Upgrade to protobuf v3.17.3.
Note that this version of protobuf supports M1 Macs, see https://github.com/protocolbuffers/protobuf/releases/tag/v3.17.3 PiperOrigin-RevId: 422812112
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 c96516797..c3dfcad60 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.9"]="cp39-cp39"
readonly -A PYTHON_VERSIONS
readonly BAZEL_VERSION='4.2.1'
-readonly PROTOC_VERSION='3.14.0'
+readonly PROTOC_VERSION='3.17.3'
# Get dependencies which are needed for building Tink.