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).