From fb839075d10eccfe9801402fbedc939c6ecd29db Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 26 Sep 2017 11:27:08 -0400 Subject: [PATCH] 2.7.14 Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b35a0a95..3e3bff38 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ Specify a Python Runtime Specific versions of the Python runtime can be specified with a `runtime.txt` file: $ cat runtime.txt - python-2.7.13 + python-2.7.14 Runtime options include: - `python-3.6.2` -- `python-2.7.13` +- `python-2.7.14` - `pypy-5.7.1` (unsupported, experimental) - `pypy3-5.5.1` (unsupported, experimental) -- GitLab