From 59c55842f99bae29ff4daabc0111b3076b273547 Mon Sep 17 00:00:00 2001 From: Jaseibert Date: Mon, 3 Jun 2024 18:44:48 -0500 Subject: [PATCH] updated py versions --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a4e26d4..105dc0f 100644 --- a/Pipfile +++ b/Pipfile @@ -13,4 +13,4 @@ requests = ">=2.21.0" python-dateutil = ">=2.8.1" [requires] -python_version = "3.6" +python_version >= "3.6"