Skip to content

chore: update python post processor base image#2123

Merged
parthea merged 1 commit intomasterfrom
update-base-image
Sep 8, 2025
Merged

chore: update python post processor base image#2123
parthea merged 1 commit intomasterfrom
update-base-image

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented Sep 8, 2025

Also

  • Remove Python 3.8
  • Add Python 3.13

@parthea parthea requested review from a team and chingor13 as code owners September 8, 2025 16:34
@parthea parthea requested a review from a team September 8, 2025 16:34
# Install multiple Python versions from source. `make altinstall` is used to
# prevent replacing the system's default python binary.
# TODO(http://github.com/googleapis/gapic-generator-python/issues/2435): Remove `3.10.18` when the linked issue is resolved.
RUN for PYTHON_VERSION in 3.10.18 3.13.5; do \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not require the minimum supported Python version i.e. 3.9?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only the python version used for the post processor. We will require that any nox sessions used in the post processor be Python 3.10 or newer but it doesn't need to match the minimum python version supported in a client library.

@parthea parthea merged commit fe77438 into master Sep 8, 2025
11 checks passed
@parthea parthea deleted the update-base-image branch September 8, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants