You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ A `requirements.txt` must be present at the root of your application's repositor
44
44
45
45
To specify your python version, you also need a `runtime.txt` file - unless you are using the default Python runtime version.
46
46
47
-
Current default Python Runtime: Python 3.6.9
47
+
Current default Python Runtime: Python 3.6.12
48
48
49
49
Alternatively, you can provide a `setup.py` file, or a `Pipfile`.
50
50
Using `pipenv` will generate `runtime.txt` at build time if one of the field `python_version` or `python_full_version` is specified in the `requires` section of your `Pipfile`.
0 commit comments