Skip to content

Commit 9b893ff

Browse files
authored
chore(librarian): update synthtool SHA (#16171)
The source of truth for the "generated" `README` for client libraries currently lives at https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_mono_repo_library/README.rst We recently dropped Python 3.7 and 3.8 in #16150 and #16102. The supported Python runtimes was recently updated to reflect this change in googleapis/synthtool#2168 (commit googleapis/synthtool@96f416c). We need to update the synthtool commit in the python librarian Dockerfile to include the new README.
1 parent ec9262c commit 9b893ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN tar -xvf pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -C pandoc-binary --stri
7575
# This needs to be a single command so that the git clone command is not cached
7676
RUN git clone https://github.com/googleapis/synthtool.git synthtool && \
7777
cd synthtool && \
78-
git checkout afd7725f32d522a95e964884e0fba6d0d6b4cb6a
78+
git checkout 96f416c959fbe8048200b6c16000de32b352902e
7979

8080
# --- Final Stage ---
8181
# This stage creates the lightweight final image, copying only the

0 commit comments

Comments
 (0)