From bf8f9419ec164ebe0bddec218b152d055f0664a4 Mon Sep 17 00:00:00 2001 From: codeinteger6 <44692189+codeinteger6@users.noreply.github.com> Date: Fri, 13 Sep 2019 01:55:00 +0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 546e5ec..ad7a654 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ remote: Compressing source files... done. remote: Building source: remote: remote: -----> Python app detected -remote: -----> Installing python-3.7.1 +remote: -----> Installing python-3.7.4 remote: -----> Installing pip remote: -----> Installing SQLite3 remote: -----> Installing requirements with pip @@ -44,7 +44,7 @@ A `requirements.txt` must be present at the root of your application's repositor To specify your python version, you also need a `runtime.txt` file - unless you are using the default Python runtime version. -Current default Python Runtime: Python 3.6.7 +Current default Python Runtime: Python 3.6.9 Alternatively, you can provide a `setup.py` file, or a `Pipfile`. Using `Pipenv` will generate `runtime.txt` based on `python-version` at build time. @@ -61,9 +61,9 @@ Specify a Python Runtime Supported runtime options include: -- `python-3.7.1` -- `python-3.6.7` -- `python-2.7.15` +- `python-3.7.4` +- `python-3.6.9` +- `python-2.7.16` ## Tests