aboutsummaryrefslogtreecommitdiff
path: root/runtime.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:49:58 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:49:58 +0100
commit4b300fa5be45b9acb13c250e6185699fe6395d55 (patch)
tree82072ec4de6d70e79309c66659dc904979617eb7 /runtime.txt
parentUse the PEP 0492 for the legacy crawler. (diff)
downloadnewspipe-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.txt2
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
bgstack15