mirror of
https://git.zavage.net/Zavage-Software/smileyface.git
synced 2026-06-25 18:12:48 -06:00
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:
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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user