File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ remote: Compressing source files... done.
26
26
remote: Building source:
27
27
remote:
28
28
remote: -----> Python app detected
29
- remote: -----> Installing python-3.7.1
29
+ remote: -----> Installing python-3.7.4
30
30
remote: -----> Installing pip
31
31
remote: -----> Installing SQLite3
32
32
remote: -----> Installing requirements with pip
@@ -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.7
47
+ Current default Python Runtime: Python 3.6.9
48
48
49
49
Alternatively, you can provide a ` setup.py ` file, or a ` Pipfile ` . Using ` Pipenv ` will generate ` runtime.txt ` based on ` python-version ` at build time.
50
50
@@ -61,9 +61,9 @@ Specify a Python Runtime
61
61
62
62
Supported runtime options include:
63
63
64
- - ` python-3.7.1 `
65
- - ` python-3.6.7 `
66
- - ` python-2.7.15 `
64
+ - ` python-3.7.4 `
65
+ - ` python-3.6.9 `
66
+ - ` python-2.7.16 `
67
67
68
68
## Tests
69
69
You can’t perform that action at this time.
0 commit comments