From 89bb07c251474399607de9d278cb70902c8a0106 Mon Sep 17 00:00:00 2001 From: Yair Peretz Date: Fri, 14 Jun 2024 14:35:33 +0300 Subject: [PATCH] UPDATE latest supported versions to 3.13 (#11870) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index b6b074dc77..ed8475f2f5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -219,7 +219,7 @@ Ruff as a formatter, but not a linter, or vice versa. ## What versions of Python does Ruff support? -Ruff can lint code for any Python version from 3.7 onwards, including Python 3.12. +Ruff can lint code for any Python version from 3.7 onwards, including Python 3.13. 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).