@@ -34,17 +34,17 @@ vanilla Python, and it doesn't have any external dependencies, it can be run wit
3434includes detection of v2.x functionality.
3535
3636It functions by parsing Python code into an abstract syntax tree (AST), which it traverses and
37- matches against internal dictionaries with **3796 ** rules, covering v2.0-2.7 and v3.0-3.12 , divided
38- into **178 ** modules, **2614 ** classes/functions/constants members of modules, **875 ** kwargs of
39- functions, **4 ** strftime directives, **3 ** bytes format directives, **2 ** array typecodes, **3 **
37+ matches against internal dictionaries with **3940 ** rules, covering v2.0-2.7 and v3.0-3.13 , divided
38+ into **179 ** modules, **2720 ** classes/functions/constants members of modules, **911 ** kwargs of
39+ functions, **4 ** strftime directives, **3 ** bytes format directives, **3 ** array typecodes, **3 **
4040codecs error handler names, **20 ** codecs encodings, **78 ** builtin generic annotation types, **9 **
4141builtin dict union (``| ``) types, **8 ** builtin dict union merge (``|= ``) types, and **2 ** user
4242function decorators.
4343
4444Backports of the standard library, like ``typing ``, can be enabled for better results. Get full list
4545of backports via ``--help ``.
4646
47- The project is fairly well-tested with **4008 ** unit and integration tests that are executed on
47+ The project is fairly well-tested with **4155 ** unit and integration tests that are executed on
4848Linux, macOS, and Windows.
4949
5050It is recommended to use the most recent Python version to run Vermin on projects since Python's own
0 commit comments