From 3c07ec133ec9b69180245bd7fb7ddc96bb254307 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 5 Aug 2014 14:46:28 +0200 Subject: [PATCH 1/3] 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 9294cec..3a06cbd 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. From ade975d48f564aee4e8d41fd11df0792fcca9d16 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 9 Aug 2014 08:33:40 +0200 Subject: [PATCH 2/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3a06cbd..7d34ad0 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,6 @@ Runtime options include: - python-2.7.8 - python-3.4.1 - pypy-2.3.1 (unsupported, experimental) -- pypy3-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. From ec769e00bb8bf39d8a2c7331b3a7e489716d2f04 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 12 Aug 2014 22:12:02 +0200 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7d34ad0..3a06cbd 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,6 @@ Runtime options include: - python-2.7.8 - python-3.4.1 - pypy-2.3.1 (unsupported, experimental) -- pypy3-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.