Skip to content

Commit

Permalink
UPDATE latest supported versions to 3.13 (#11870)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairp03 authored Jun 14, 2024
1 parent fe462b3 commit 89bb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 89bb07c

Please sign in to comment.