From 9d02a06620d2957c566e4088fc2eea5ae68362c5 Mon Sep 17 00:00:00 2001 From: Mathew Sir Guest the best Date: Sat, 30 May 2026 22:36:20 -0600 Subject: [PATCH] build: temporarily widen python constraint to >=3.8 for version discovery Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1ee18d..de55e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ include = [ [tool.poetry.dependencies] -python = "^3.13" +python = ">=3.8,<4.0" pydantic-settings = ">=2.0" click = ">=8.0" platformdirs = ">=3.0"