v0.10.6
Added
armv7
andaarch64
to thePKGBUILD
architectures.
Changed
SSIReader
andSSIWriter
constructors now accept path-like objects.- Skip tests dependending on
importlib.resources.files
when it is not available on the host machine.
Fixed
- Memory leak caused by alphabet allocation in
Pipeline._scan_loop_file
.