From 3c07ec133ec9b69180245bd7fb7ddc96bb254307 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Tue, 5 Aug 2014 14:46:28 +0200 Subject: [PATCH] Updated pypy to 2.3.1 and added pypy3 Both are marked (unsupported, experimental). --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9294cec5..3a06cbde 100644 --- a/Readme.md +++ b/Readme.md @@ -46,6 +46,7 @@ Runtime options include: - python-2.7.8 - python-3.4.1 -- pypy-1.9 (experimental) +- pypy-2.3.1 (unsupported, experimental) +- pypy3-2.3.1 (unsupported, experimental) Other [unsupported runtimes](https://github.com/heroku/heroku-buildpack-python/tree/master/builds/runtimes) are available as well. -- GitLab