diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-07 12:49:58 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-07 12:49:58 +0100 |
commit | 4b300fa5be45b9acb13c250e6185699fe6395d55 (patch) | |
tree | 82072ec4de6d70e79309c66659dc904979617eb7 /runtime.txt | |
parent | Use the PEP 0492 for the legacy crawler. (diff) | |
download | newspipe-4b300fa5be45b9acb13c250e6185699fe6395d55.tar.gz newspipe-4b300fa5be45b9acb13c250e6185699fe6395d55.tar.bz2 newspipe-4b300fa5be45b9acb13c250e6185699fe6395d55.zip |
Use the Python 3.5.0 runtime for Heroku.
Diffstat (limited to 'runtime.txt')
-rw-r--r-- | runtime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt index 79672da1..294a23e9 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.4.3 +python-3.5.0 |