diff --git a/pyproject.toml b/pyproject.toml index 2cee378..3db8996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "glom>=25.12.0" ] readme = "README.md" -requires-python = ">= 3.11" +requires-python = ">=3.14.3" [dependency-groups] dev = ["mypy>=1.17.1", "python-dotenv>=1.2.1", "ruff>=0.13.2"]