From c1bb04e013341c32f7f2f99e0eff1ffe90587a8f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 1 May 2018 10:28:28 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d609bb..ba5b5ca2 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,14 @@ Specific versions of the Python runtime can be specified in your `Pipfile`: Or, more specifically: [requires] - python_full_version = "2.7.14" + python_full_version = "2.7.15" Or, with a `runtime.txt` file: $ cat runtime.txt - python-2.7.14 + python-2.7.15 Runtime options include: - `python-3.6.4` -- `python-2.7.14` +- `python-2.7.15` -- GitLab