build: temporarily widen python constraint to >=3.8 for version discovery

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best 2026-05-30 22:36:20 -06:00
parent a63935e17d
commit 9d02a06620

@ -21,7 +21,7 @@ include = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.13" python = ">=3.8,<4.0"
pydantic-settings = ">=2.0" pydantic-settings = ">=2.0"
click = ">=8.0" click = ">=8.0"
platformdirs = ">=3.0" platformdirs = ">=3.0"