Loading pyproject.toml +4 −1 Original line number Diff line number Diff line Loading @@ -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", ] Loading Loading
pyproject.toml +4 −1 Original line number Diff line number Diff line Loading @@ -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", ] Loading