Merge pull request #113 from zyegfryed/patch-3

Fixed Python runtime according to the official Heroku doc
This commit is contained in:
2013-11-14 19:59:56 -08:00
+2 -2
View File
@@ -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)