Fixed Python runtime according to the official Heroku doc

See https://devcenter.heroku.com/articles/python-runtimes#supported-runtimes
This commit is contained in:
Sébastien Fievet
2013-11-04 09:24:36 +01:00
parent 9fa0889499
commit 2b16420d41
+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)