Skip to content

Commit 2f59cd6

Browse files
authored
chore(librarian): upgrade Python3.13 to 3.13.7 (#14561)
https://www.python.org/downloads/
1 parent a27e129 commit 2f59cd6

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
@@ -39,7 +39,7 @@ RUN apt-get update && \
3939
# Install multiple Python versions from source. `make altinstall` is used to
4040
# prevent replacing the system's default python binary.
4141
# TODO(http://github.com/googleapis/gapic-generator-python/issues/2435): Remove `3.10.18` when the linked issue is resolved.
42-
RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.13.5; do \
42+
RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.13.7; do \
4343
wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && \
4444
tar -xvf Python-${PYTHON_VERSION}.tgz && \
4545
cd Python-${PYTHON_VERSION} && \

0 commit comments

Comments
 (0)