From 488ec54d21dd194d91fbef1bd52da77429924f61 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 30 Sep 2023 20:41:16 -0400 Subject: [PATCH] Add Python 3.12 support to FAQ (#7729) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 185958c627..fbf9265be8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -191,7 +191,7 @@ If you're looking to use Ruff, but rely on an unsupported Flake8 plugin, feel fr ## What versions of Python does Ruff support? -Ruff can lint code for any Python version from 3.7 onwards, including Python 3.10 and 3.11. +Ruff can lint code for any Python version from 3.7 onwards, including Python 3.12. Ruff does not support Python 2. Ruff _may_ run on pre-Python 3.7 code, although such versions are not officially supported (e.g., Ruff does _not_ respect type comments).