We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24192a commit b04670cCopy full SHA for b04670c
1 file changed
README.rst
@@ -33,7 +33,7 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python
33
34
.. intro-start
35
36
-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
37
all formatting details (comments, whitespaces, parentheses, etc). It's useful for
38
building automated refactoring (codemod) applications and linters.
39
0 commit comments