From cafdc4d38b3f22d1681ca48e5db7f223c1eeab40 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Thu, 28 Jul 2022 12:30:04 -0700 Subject: [PATCH] Lower the min python requirement to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 639dbbb..19be85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ repository = "https://github.com/LaunchPlatform/wtforms-bootstrap5" readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" WTForms = "^3.0.1" [tool.poetry.dev-dependencies]