OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
105 stars 29 forks source link

lxml minimum version #77

Closed fabi1cazenave closed 7 months ago

fabi1cazenave commented 7 months ago

It seems that the minimum version for lxml has recently been set to 4.8.0: https://github.com/lxml/lxml/blob/master/CHANGES.txt#L246-L256

As xkalamine can be used out of kalamine to generate layout installers, we should make sure this affects only the SVG generation (and possibly just define a minimum version in the pyproject.toml file). Otherwise, we’ll have to investigate.