From 4d35f5129a83cc615661736b042cbad507f74b4c Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Sun, 11 May 2014 23:29:01 +0200 Subject: [PATCH] Updated latest supported Python3 to 3.4.0 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8ef092d1..02a8cb6f 100644 --- a/Readme.md +++ b/Readme.md @@ -44,12 +44,12 @@ Specify a Runtime You can also provide arbitrary releases Python with a `runtime.txt` file. $ cat runtime.txt - python-3.3.3 + python-3.4.0 Runtime options include: - python-2.7.6 -- python-3.3.3 +- python-3.4.0 - pypy-1.9 (experimental) Other [unsupported runtimes](https://github.com/kennethreitz/python-versions/tree/master/formula) are available as well. -- GitLab