From 4a4652386e488513a55c5d4fd80cb59190bdf58d 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 1d7b5bb..e0bd9be 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ name = "pypi" [requires] -python_version = "3.6" +python_version = "3.7"