From 2b16420d4180f7df434f12b7bb16fce0e15ca3f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= <zyegfryed@gmail.com>
Date: Mon, 4 Nov 2013 09:24:36 +0100
Subject: [PATCH] Fixed Python runtime according to the official Heroku doc

See https://devcenter.heroku.com/articles/python-runtimes#supported-runtimes
---
 Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index ade1f801..09d0d02f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -45,10 +45,10 @@ Specify a Runtime
 You can also provide arbitrary releases Python with a `runtime.txt` file.
 
     $ cat runtime.txt
-    python-3.3.0
+    python-3.3.2
     
 Runtime options include:
 
 - python-2.7.4
-- python-3.3.1
+- python-3.3.2
 - pypy-1.9 (experimental)
-- 
GitLab