Add Python 3.12 support to FAQ (#7729)

This commit is contained in:
Charlie Marsh
2023-09-30 20:41:16 -04:00
committed by GitHub
parent c782770e90
commit 488ec54d21

View File

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