diff --git a/pyproject.toml b/pyproject.toml index 987a215..157f357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dynamic = ["version"] description = "Adds a form editor to the structure board of django CMS." readme = "README.rst" license.text = "BSD-3-Clause" +requires-python = ">=3.10" authors = [ { name = "fsbraun", email = "fsbraun@gmx.de" }, ]