diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-08-30 07:17:49 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-08-30 07:17:49 +0200 |
commit | c9ff5660ebb72b8d374927aab8f1c20bb482a685 (patch) | |
tree | 2a2e1c0c52982911bfbeb20c9519e75c7dbfbb1f | |
parent | Updated translations. (diff) | |
download | newspipe-c9ff5660ebb72b8d374927aab8f1c20bb482a685.tar.gz newspipe-c9ff5660ebb72b8d374927aab8f1c20bb482a685.tar.bz2 newspipe-c9ff5660ebb72b8d374927aab8f1c20bb482a685.zip |
Use the supported Python runtime.
-rw-r--r-- | runtime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt index 78082e3a..c0354eef 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.5.1 +python-3.5.2 |