TravisCI now supports additional CPU types (although I'm finding ARM64 and ppc64le are slower and thus more likely to timeout), although they are labelled as alpha:
ARM64 - https://docs-staging.travis-ci.com/user/multi-cpu-architectures
ppc64le and s390x - https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z
Is it therefore possible at least in theory to use this to build Python wheels for theses architectures?