mozilla / bleach

Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.65k stars 253 forks source link

really drop python<3.7 support #730

Closed kloczek closed 6 months ago

kloczek commented 6 months ago

Already in pyproject.toml is set support for python>=3.8 however still is used oler syntax. Filet all python code over pyupgrade --py3.8-plus.

willkg commented 6 months ago

We can't change vendored files. If you want to change vendored files (everything in bleach/_vendor/), please do it upstream.

kloczek commented 5 months ago

Hmm .. but why at all html5lib is vendored? 🤔