Skip to content

Commit c1bb04e

Browse files
authored
Update README.md
1 parent 3c64697 commit c1bb04e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Specific versions of the Python runtime can be specified in your `Pipfile`:
4949
Or, more specifically:
5050

5151
[requires]
52-
python_full_version = "2.7.14"
52+
python_full_version = "2.7.15"
5353

5454
Or, with a `runtime.txt` file:
5555

5656
$ cat runtime.txt
57-
python-2.7.14
57+
python-2.7.15
5858

5959
Runtime options include:
6060

6161
- `python-3.6.4`
62-
- `python-2.7.14`
62+
- `python-2.7.15`

0 commit comments

Comments
 (0)