From f088612bcbcf775cc0880ede541649f000c4f70f Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 12:27:55 +0100 Subject: [PATCH] :wrench: fix python version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 34233f7..e771144 100644 --- a/Pipfile +++ b/Pipfile @@ -30,4 +30,4 @@ factory-boy = "*" Faker = "*" [requires] -python_version = "3.7" +python_version = "3.8"