Upgrade bleach version to 4 and drop Python 2 (#5897)

bleach 4 has no API changes, but dropped support for old Python
versions.
This commit is contained in:
Sebastian Rittau
2021-08-09 16:26:30 +02:00
committed by GitHub
parent 9af9cca7f3
commit 978659643d
7 changed files with 65 additions and 61 deletions
+1 -2
View File
@@ -1,2 +1 @@
version = "3.3"
python2 = true
version = "4.0"