From 0b5bb0f738468c92621e23d846397a80dcb99fee Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 12 Jan 2021 18:09:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20pipfile=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 34233f7..301aa09 100644 --- a/Pipfile +++ b/Pipfile @@ -30,4 +30,5 @@ factory-boy = "*" Faker = "*" [requires] -python_version = "3.7" +python_version = "3.9" +python3.9 -m pipenv lock \ No newline at end of file