From 3837325c84ce94b9bb53d7193edeb0e373daad57 Mon Sep 17 00:00:00 2001 From: rkaneko Date: Wed, 25 Nov 2020 15:44:43 +0900 Subject: [PATCH] misc: Upgrade python version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6dd7c83..76131f2 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pytest = "*" [packages] [requires] -python_version = "3.7" +python_version = "3.9" [scripts] unittest = "pipenv run pytest -s"