From 985a5b6b69955e35aca1835274b205df1df7ceea Mon Sep 17 00:00:00 2001 From: "info@sevencode.com" Date: Mon, 15 Jun 2020 11:48:56 -0700 Subject: [PATCH] Bump python to 3.8 in pipenv --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index af965aa..521715d 100644 --- a/Pipfile +++ b/Pipfile @@ -9,4 +9,5 @@ pyyaml = "*" [dev-packages] [requires] -python_version = "3.7" +python_version = "3.8" +