From 10abe03ef90f50d9c5070c24f2aa84b1fe7143dd Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Mon, 18 Aug 2025 15:15:04 -0400 Subject: [PATCH] Pull python version requirement down, because I imagine most of these features are like.. somewhat old --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e71971..20ddb70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "dfault-user",email = "32969563+dfault-user@users.noreply.github.com"} ] readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.12" dependencies = [ "requests", "dotenv",