This buildpack is based on the Python Heroku buildpack
powered by pip. It will install Python
if a requirements.txt or setup.py files are found.
You can also provide arbitrary releases Python with a runtime.txt file.
$ cat runtime.txt
python-3.4.1
Runtime options include:
- python-2.7.11 (default)
- python-3.4.1
- pypy-1.9 (experimental)
Other unsupported runtimes are available as well and are not guaranteed to play well with devstep.