diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-08-07 00:31:24 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-08-07 00:31:24 +0200 |
commit | 2fd03ffaf50fcb520360ce910e0e0471ec06609c (patch) | |
tree | fecd22b979fc0c9dff9661377cf8fddf4eb77b3b /runtime.txt | |
parent | Removed now useless files. (diff) | |
download | newspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.tar.gz newspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.tar.bz2 newspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.zip |
Updated Heroku runtime and Pipfile file for Python 3.7.0.
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 1935e977..881a2db1 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.6 +python-3.7.0 |