diff --git a/pyproject.toml b/pyproject.toml index 6a888c6..cdc6ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "pydantic<2.0.0", ] -requires-python = ">=3.9" +requires-python = ">=3.8" readme = "README.md" license = {text = "AGPL 3.0"}