Drop Python 3.9

This commit is contained in:
KnugiHK
2025-12-28 18:28:10 +08:00
parent ff27918705
commit a70895f959

View File

@@ -33,7 +33,7 @@ classifiers = [
"Topic :: Utilities",
"Topic :: Database"
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"jinja2",
"bleach"