Skip to content
Snippets Groups Projects
Commit 2b16420d authored by Sébastien Fievet's avatar Sébastien Fievet
Browse files

Fixed Python runtime according to the official Heroku doc

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