Commit 1e9f753a authored by Dom Sekotill's avatar Dom Sekotill
Browse files
parent 880a6187
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -10,7 +10,10 @@ authors = [
license = {file = "LICENCE.txt"}
readme = "README.md"
dynamic = ["version", "description"]
requires-python = "~=3.9"

# https://github.com/pypa/flit/issues/476
requires-python = ">=3.9,<4"

dependencies = [
	"jinja2",
]