Skip to content

fix: address inconsistent runtime_version with ubuntu#14333

Merged
iennae merged 1 commit into
mainfrom
fix-python-variant-issue
Jun 18, 2026
Merged

fix: address inconsistent runtime_version with ubuntu#14333
iennae merged 1 commit into
mainfrom
fix-python-variant-issue

Conversation

@iennae

@iennae iennae commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #

as per documentation guidance on the support for versions https://docs.cloud.google.com/appengine/docs/flexible/lifecycle/support-schedule#python

ubuntu 24.04 requires python 3.14

@iennae iennae requested review from a team as code owners June 18, 2026 00:49
@product-auto-label product-auto-label Bot added samples Issues that are directly related to samples. api: appengine Issues related to the App Engine Admin API API. labels Jun 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

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.

Code Review

This pull request updates the Python runtime version to 3.14 in the App Engine flexible configuration. However, Python 3.14 is not currently supported by the App Engine flexible environment and will cause deployment failures, so it is recommended to revert this change back to 3.12.

runtime_config:
operating_system: ubuntu24
runtime_version: 3.12
runtime_version: 3.14

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.

high

Python 3.14 is not supported by the App Engine flexible environment, and its stable version has not been officially released. App Engine flexible environment supports Python 3.12 on Ubuntu 24.04. Setting the runtime version to 3.14 will cause deployment failures.

  runtime_version: 3.12

@iennae iennae merged commit 22ecaf0 into main Jun 18, 2026
13 of 21 checks passed
@iennae iennae deleted the fix-python-variant-issue branch June 18, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: appengine Issues related to the App Engine Admin API API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants