diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-05 14:43:41 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-05 14:43:41 +0200 |
commit | 520c59a10c1e78740eb48d1b7ba61ae9744988e6 (patch) | |
tree | ecf6077becaa6b5739448c4ff235c1307914dd1e /runtime.txt | |
parent | updated requirements.txt (diff) | |
download | newspipe-520c59a10c1e78740eb48d1b7ba61ae9744988e6.tar.gz newspipe-520c59a10c1e78740eb48d1b7ba61ae9744988e6.tar.bz2 newspipe-520c59a10c1e78740eb48d1b7ba61ae9744988e6.zip |
Now using Heroku Python runtime 3.6.1.
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 c0354eef..c91e43be 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.5.2 +python-3.6.1 |