From a70895f9593358c2fdafb47dfe703cb3111bd707 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 28 Dec 2025 18:28:10 +0800 Subject: [PATCH] Drop Python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 913f8dc..999bbb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Topic :: Utilities", "Topic :: Database" ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "jinja2", "bleach"