mirror of
https://github.com/astral-sh/ruff
synced 2026-01-05 13:44:10 -05:00
Add Python 3.12 support to FAQ (#7729)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user