Skip to content

Commit 09b5fe4

Browse files
authored
Merge branch 'master' into cleanup-output
2 parents a80f2be + 7a431ee commit 09b5fe4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ remote: Compressing source files... done.
2626
remote: Building source:
2727
remote:
2828
remote: -----> Python app detected
29-
remote: -----> Installing python-3.7.1
29+
remote: -----> Installing python-3.7.4
3030
remote: -----> Installing pip
3131
remote: -----> Installing SQLite3
3232
remote: -----> Installing requirements with pip
@@ -44,7 +44,7 @@ A `requirements.txt` must be present at the root of your application's repositor
4444

4545
To specify your python version, you also need a `runtime.txt` file - unless you are using the default Python runtime version.
4646

47-
Current default Python Runtime: Python 3.6.7
47+
Current default Python Runtime: Python 3.6.9
4848

4949
Alternatively, you can provide a `setup.py` file, or a `Pipfile`. Using `Pipenv` will generate `runtime.txt` based on `python-version` at build time.
5050

@@ -61,9 +61,9 @@ Specify a Python Runtime
6161

6262
Supported runtime options include:
6363

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`
6767

6868
## Tests
6969

0 commit comments

Comments
 (0)