Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python38
runtime: python312
# Limit the number of instances to limit costs to keep it under the free quota.
# More details available at: https://cloud.google.com/appengine/docs/managing-costs
automatic_scaling:
Expand All @@ -15,4 +15,4 @@ handlers:
- url: /.*
script: auto
secure: always
redirect_http_response_code: 301
redirect_http_response_code: 301
Loading