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:
co-authored by
Claude Opus 4.8
parent
a63935e17d
commit
9d02a06620
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user