summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8c35ad0..cf1c58c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "ssg"
+requires-python = ">= 3.11"
dependencies = ["Jinja2 >= 3,< 4"]
authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}]
license = "MIT"
@@ -13,7 +14,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic = ["description", "version"]
-requires-python = "~=3.6"
urls = { Source = "https://the-tk.com/cgit/ssg/" }