Commit 2b16420d authored by Sébastien Fievet's avatar Sébastien Fievet

Fixed Python runtime according to the official Heroku doc

See https://devcenter.heroku.com/articles/python-runtimes#supported-runtimes
parent 9fa08894
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment