diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-10 11:29:37 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-10 11:29:37 +0100 |
commit | 562ed01cdcb778c8762e77c917f495e3b6205f96 (patch) | |
tree | 63d06702156d866ae9dea18aacd9dc05d01d56d0 | |
parent | A dedicated repository for the documentation has been created. (diff) | |
download | newspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.tar.gz newspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.tar.bz2 newspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.zip |
Heroku now supports Python 3.5.1.
-rw-r--r-- | runtime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt index 294a23e9..78082e3a 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.5.0 +python-3.5.1 |