Skip to content

Commit

Permalink
bump 3.12 to 3.13 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khameeteman committed Oct 15, 2024
1 parent 42df088 commit 7987432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python

.. intro-start
LibCST parses Python 3.0 -> 3.12 source code as a CST tree that keeps
LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keeps
all formatting details (comments, whitespaces, parentheses, etc). It's useful for
building automated refactoring (codemod) applications and linters.

Expand Down

0 comments on commit 7987432

Please sign in to comment.