diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-12-23 00:02:18 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-12-23 00:02:18 +0100 |
commit | 21aa876ecaba6d876c470aec47726fdae9eaaef8 (patch) | |
tree | 1e09193043955982b5b7391acc8dfccdbe4f2c73 | |
parent | Renew certificate (fix). (diff) | |
download | newspipe-21aa876ecaba6d876c470aec47726fdae9eaaef8.tar.gz newspipe-21aa876ecaba6d876c470aec47726fdae9eaaef8.tar.bz2 newspipe-21aa876ecaba6d876c470aec47726fdae9eaaef8.zip |
switch to python-3.6.3 runtime
-rw-r--r-- | runtime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt index cfa5aa5c..02d0df5e 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.2 +python-3.6.3 |