I found that cryptography only provides x86_64 and aarch64 architecture support on musl. In some embedded Linux devices, due to the volume problem, they will use musl as the c library, such as openwrt, etc.
I want to know why cryptography does not currently provide the wheel pre-compiled package of musl armv7l architecture. I can work normally through cross-compilation, but the construction process is quite complicated. Is this a technical limitation?