From f910df0825a7c759e0b22bde43bf7b4bfae79ee5 Mon Sep 17 00:00:00 2001 From: Madhukesh Wali Date: Mon, 23 Mar 2026 11:42:40 -0700 Subject: [PATCH] Update Python version requirement to 3.11 Seeing this error: packages/socketsecurity/config.py", line 9, in import tomllib ModuleNotFoundError: No module named 'tomllib' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d401856..af5f10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" version = "2.2.78" -requires-python = ">= 3.10" +requires-python = ">= 3.11" license = {"file" = "LICENSE"} dependencies = [ 'requests',