diff --git a/pyproject.toml b/pyproject.toml index 18cf7293..65da6ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,7 @@ -# [project] -# requires-python = ">=3.9" +[project] +name = "kukkuu" +version="3.10.0" +requires-python = ">=3.11" [tool.ruff] extend-exclude = ["migrations", "snapshots"]