Skip to content

Commit 80514af

Browse files
Fix appengine python3.7 deprecation (#3633)
1 parent 8ca18b1 commit 80514af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/test/gae/prod3/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
service: default
16-
runtime: python37
16+
runtime: python311
1717

1818
handlers:
1919
- url: /favicon/(.*)

0 commit comments

Comments
 (0)