mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-31 15:47:41 +00:00
Add Python 3.12 support to FAQ (#7729)
This commit is contained in:
parent
c782770e90
commit
488ec54d21
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue