From bcd9cf2dfede30d551ee6ebffc53bc2465efc1cb Mon Sep 17 00:00:00 2001 From: AdenAthar Date: Fri, 24 Apr 2026 14:02:36 -0700 Subject: [PATCH] Update Pipfile python_version from 3.9 to 3.12 to match CI matrix Co-Authored-By: Claude Sonnet 4.6 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e417889..409c9c4 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ pytest = "*" ipykernel = "*" [requires] -python_version = "3.9" +python_version = "3.12"