Could you consider a new version that uses the built-in lzma module instead of pylzma?
In the new versions of Python (3.13 and 3.14 - tested on Arch Linux and Fedora) attempt to build pylzma ends with an error.
For this reason I had to switch to version 1.1.1 which is the latest version that does not use pylzma.
The application itself still works flawlessly - the only problem is the pylzma module used.
Could you consider a new version that uses the built-in lzma module instead of pylzma?
In the new versions of Python (3.13 and 3.14 - tested on Arch Linux and Fedora) attempt to build pylzma ends with an error.
For this reason I had to switch to version 1.1.1 which is the latest version that does not use pylzma.
The application itself still works flawlessly - the only problem is the pylzma module used.