diff --git a/pyproject.toml b/pyproject.toml index de17bb5..c9260cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "glom>=25.12.0", ] readme = "README.md" -requires-python = ">= 3.13" +requires-python = ">=3.14.6" [dependency-groups] dev = ["mypy>=1.19.1", "python-dotenv>=1.2.2", "ruff>=0.15.7"]