From 1711cd5bdc12bcff704678476ecff00e436da044 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Thu, 15 Jan 2026 11:33:00 -0600 Subject: [PATCH] Update FAQ to reflect 3.10+ support --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 7df747494..e5bd6d255 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -57,7 +57,7 @@ you should have no unicode issues. What versions of Python are supported? -------------------------------------- -WTForms supports Python 3.9+ +WTForms supports Python 3.10+ How can I contribute to WTForms?