pyvec / naucse

A server for open course material
Other
2 stars 9 forks source link

Add compatibility with Jinja2 3.0 #50

Closed encukou closed 3 years ago

encukou commented 3 years ago

With jinja2 3.0.0, Markup should be imported from markupsafe, rather than from jinja2.

Also: test on Python 3.10 – it's unlikely that things will break until 3.10.0 comes out.

hroncok commented 3 years ago
Error: Please make sure the libxml2 and libxslt development packages are installed.
encukou commented 3 years ago

Ah, right. It's not time for 3.10 on CI yet :(