UPDATE latest supported versions to 3.13 (#11870)

This commit is contained in:
Yair Peretz
2024-06-14 14:35:33 +03:00
committed by GitHub
parent fe462b30e7
commit 89bb07c251

View File

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