From ce245b38bdfe5321b86b07cb87d1d3024c26dfe1 Mon Sep 17 00:00:00 2001 From: Logan-Chenavier Date: Sun, 17 Jan 2021 22:00:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20version=20of=20python=20to?= =?UTF-8?q?=202.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 34233f7..cb47840 100644 --- a/Pipfile +++ b/Pipfile @@ -30,4 +30,4 @@ factory-boy = "*" Faker = "*" [requires] -python_version = "3.7" +python_version = "3.9"