From cd8467bfb706b190a4bec4a01c1d988ae05574fa Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sun, 18 Aug 2019 15:19:04 +0200 Subject: [PATCH] Revert to Python 3.7 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 21f7ae1..3d3f598 100644 --- a/Pipfile +++ b/Pipfile @@ -29,4 +29,4 @@ mysqlclient = "*" [requires] -python_version = "3.6" +python_version = "3.7"