From e62100d603657bf890a612ca4e5d16369b396577 Mon Sep 17 00:00:00 2001 From: Mo S Rezaie <79583632+msrezaie@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:06:49 -0500 Subject: [PATCH] Update Pipfile - updated python version to 3.11 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 25ff127..5fe64b2 100644 --- a/Pipfile +++ b/Pipfile @@ -17,4 +17,4 @@ isort = "*" black = "*" [requires] -python_version = "3.9" +python_version = "3.11"