Skip to content

Commit 9eb0122

Browse files
committed
Updated version ranges of README to include 3.11
1 parent 169a4bb commit 9eb0122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ vanilla Python, and it doesn't have any external dependencies, it works with v2.
3737
required but detection of 2.x functionality will remain functional.
3838

3939
It functions by parsing Python code into an abstract syntax tree (AST), which it traverses and
40-
matches against internal dictionaries with **3427** rules, covering v2.0-2.7 and v3.0-3.10, divided
40+
matches against internal dictionaries with **3427** rules, covering v2.0-2.7 and v3.0-3.11, divided
4141
into **144** modules, **2356** classes/functions/constants members of modules, **801** kwargs of
4242
functions, **4** strftime directives, **3** bytes format directives, **2** array typecodes, **3**
4343
codecs error handler names, **20** codecs encodings, **75** builtin generic annotation types, **9**

0 commit comments

Comments
 (0)