From 08c00c78f6bb3a01a13edb6d95f1a9497baaa23a Mon Sep 17 00:00:00 2001 From: MaanuelMM Date: Sat, 28 Dec 2019 03:50:58 +0100 Subject: [PATCH] Migrate from Python to PyPy using Heroku buildpack --- Procfile | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index ab94349..3283849 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py \ No newline at end of file +web: pypy3 bot.py diff --git a/runtime.txt b/runtime.txt index c5d7ce3..e1af38f 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.1 +pypy3.6-7.2.0