Closed encukou closed 3 years ago
With jinja2 3.0.0, Markup should be imported from markupsafe, rather than from jinja2.
Markup
markupsafe
jinja2
Also: test on Python 3.10 – it's unlikely that things will break until 3.10.0 comes out.
Error: Please make sure the libxml2 and libxslt development packages are installed.
Ah, right. It's not time for 3.10 on CI yet :(
With jinja2 3.0.0,
Markup
should be imported frommarkupsafe
, rather than fromjinja2
.Also: test on Python 3.10 – it's unlikely that things will break until 3.10.0 comes out.