From 373381a68dde7467ea01da65d222a2c027b1fc18 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sat, 9 Mar 2024 03:42:36 +0000 Subject: [PATCH] feat: update python version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0abfd89..a856aa2 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ pylint = "*" mypy = "*" [requires] -python_version = "3.11" +python_version = "3.12"