From 79ec6aee099a5b1f99ab32ef23fcb477cddea1b3 Mon Sep 17 00:00:00 2001 From: NOOB BOTS Date: Sat, 10 Oct 2020 17:04:01 +0530 Subject: [PATCH] migrating to python 3 (#312) * migrating to python 3 python2 is going obsolete soon.so a small change to use python3 in heroku * changed python version --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index b334cca..0fd6938 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-2.7.17 +python-3.8.6