8000 Temporarily switch to Python 2 · kedzia/python-docs-samples@c74692e · GitHub
[go: up one dir, main page]

Skip to content

Commit c74692e

Browse files
author
Jon Wayne Parrott
committed
Temporarily switch to Python 2
1 parent e80a979 commit c74692e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appengine/flexible/datastore/app.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ env: flex
33
entrypoint: uwsgi --http-socket :$PORT --ini uwsgi.ini
44

55
runtime_config:
6-
python_version: 3
6+
# Use Python 2 for now, as uWSGI has installation issues with Python 3.5.
7+
# See https://github.com/GoogleCloudPlatform/python-runtime/issues/96
8+
python_version: 2

0 commit comments

Comments
 (0)
0