This now raises PendingDeprecationWarning:
|
"files", type=argparse.FileType("rb"), nargs="+", help="File(s) to be analysed" |
and because of this setting for pytest:
|
filterwarnings = [ |
|
"error", |
|
] |
I think it will cause the test suite to fail with 3.14. I experienced this in Fedora Linux, where we are already preparing Python 3.14.
See this for more context: python/cpython#58032
This now raises
PendingDeprecationWarning:charset_normalizer/src/charset_normalizer/cli/__main__.py
Line 62 in 0237181
and because of this setting for pytest:
charset_normalizer/pyproject.toml
Lines 62 to 64 in 0237181
I think it will cause the test suite to fail with 3.14. I experienced this in Fedora Linux, where we are already preparing Python 3.14.
See this for more context: python/cpython#58032