Skip to content

Commit b04670c

Browse files
authored
bump 3.12 to 3.13 in readme (#1228)
1 parent d24192a commit b04670c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python
3333

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

0 commit comments

Comments
 (0)