Skip to content

Commit b708b54

Browse files
committed
Update quickstart samples for python 3.14
1 parent 04df049 commit b708b54

File tree

2 files changed

+2
-2
lines changed
  • appengine
    • flexible/hello_world
    • standard_python3/building-an-app/building-an-app-1

2 files changed

+2
-2
lines changed

appengine/flexible/hello_world/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env: flex
1717
entrypoint: gunicorn -b :$PORT main:app
1818

1919
runtime_config:
20-
operating_system: ubuntu22
20+
operating_system: ubuntu24
2121

2222
# This sample incurs costs to run on the App Engine flexible environment.
2323
# The settings below are to reduce costs during testing and are not appropriate

appengine/standard_python3/building-an-app/building-an-app-1/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: python313
15+
runtime: python314
1616

1717
handlers:
1818
# This configures Google App Engine to serve the files in the app's static

0 commit comments

Comments
 (0)