We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27e129 commit 2f59cd6Copy full SHA for 2f59cd6
.generator/Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && \
39
# Install multiple Python versions from source. `make altinstall` is used to
40
# prevent replacing the system's default python binary.
41
# 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 \
+RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.13.7; do \
43
wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && \
44
tar -xvf Python-${PYTHON_VERSION}.tgz && \
45
cd Python-${PYTHON_VERSION} && \
0 commit comments