miasm
miasm copied to clipboard
Allow more recent versions of llvmlite
llvmlite 0.31 is compatible with LLVM versions 7.0 to 8.0.
- Debian Stable (bullseye) is currently on LLVM 11.0
- Ubuntu 22.04 LTS is currently on LLVM 14.0
- ArchLinux is currently on LLVM 13.0
It doesn't seem possible to mark a specific version so it works everywhere. Instead, llvmlite>=0.31 ensures that new installations install the newest version, but if the users already have an llvmlite version installed, pip will keep it.