From 3658f9ed33c1a28a430285a4e1a61e3b3ea439c7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 16 Apr 2020 13:27:00 -0500 Subject: [PATCH] change python version 3.6 to 3.7 in Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d65d2e9..b9bfbc8 100644 --- a/Pipfile +++ b/Pipfile @@ -9,4 +9,4 @@ verify_ssl = true arcade = "*" [requires] -python_version = "3.6" +python_version = "3.7"