Skip to content

Commit

Permalink
fix: add requires-python to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 7, 2024
1 parent 1b819bd commit 96751b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
]
Expand Down

0 comments on commit 96751b8

Please sign in to comment.