remove python 3.9 from supported versions

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-01-28 11:25:16 -06:00
parent d66a471c76
commit dd2f5eeaea
2 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ license = {text = "GPL-3.0-or-later"}
authors = [
{name = "Brian S. Stephan", email = "bss@incorporeal.org"},
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = ["feedgen", "jinja2", "Markdown", "termcolor"]
dynamic = ["version"]
classifiers = [