@@ -21,15 +21,15 @@ Concurrently detect the minimum Python versions needed to run code. Additionally
2121vanilla Python, and it doesn't have any external dependencies, it works with v2.7+ and v3+.
2222
2323It functions by parsing Python code into an abstract syntax tree (AST), which it traverses and
24- matches against internal dictionaries with **3227 ** rules, covering v2.0-2.7 and v3.0-3.9, divided
25- into **139 ** modules, **2252 ** classes/functions/constants members of modules, **714 ** kwargs of
24+ matches against internal dictionaries with **3222 ** rules, covering v2.0-2.7 and v3.0-3.9, divided
25+ into **139 ** modules, **2247 ** classes/functions/constants members of modules, **714 ** kwargs of
2626functions, **4 ** strftime directives, **3 ** bytes format directives, **2 ** array typecodes, **3 **
2727codecs error handler names, **20 ** codecs encodings, **75 ** builtin generic annotation types, **8 **
2828builtin dict union (``| ``) types, and **7 ** builtin dict union merge (``|= ``) types.
2929
3030Backports of the standard library, like ``typing ``, can be enabled for better results.
3131
32- The project is fairly well-tested with **3436 ** unit and integration tests that are executed on
32+ The project is fairly well-tested with **3480 ** unit and integration tests that are executed on
3333Linux, macOS, and Windows.
3434
3535It is recommended to use the most recent Python version to run Vermin on projects since Python's own
0 commit comments