From d4326fad0f6d5bf3cbff18cf2926f251ae9d5a7e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Oct 2016 13:31:33 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3c468fd..7c6f9ec 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,3 @@ Runtime options include: - `python-2.7.12` - `python-3.5.2` - `pypy-5.3.1` (unsupported, experimental) - -Other [unsupported runtimes](https://github.com/heroku/heroku-buildpack-python/tree/master/builds/runtimes) are available as well. Use at your own risk. From 7fab8ce2c2f688b1ccdc9c174cd45b97ac47d0ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Oct 2016 13:44:50 -0400 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 7c6f9ec..03191d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ --![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png) +![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png) # Heroku Buildpack: Python From 83bde7ccea3ef4e65b45d8eaffea5952a5c3cdf0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Oct 2016 13:46:10 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03191d1..a6b940a 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,4 @@ Runtime options include: - `python-2.7.12` - `python-3.5.2` - `pypy-5.3.1` (unsupported, experimental) +- `pypy3-2.4.0` (unsupported, experimental)