Closed ossdev07 closed 3 years ago
Why do you think an ARM build is needed? Patsy is pure Python.
@bashtage : I have been working with @ossdev07 on a down-stream project on AArch64 (ARM64) that has patsy as a dependency. As you point out, patsy is a pure python project with a straightforward Travis-ci build job and that doesn't have a binary release. In this case, there is very little benefit in testing on alternative architectures, and this PR can probably be held in reserve until it is needed.
Thanks for the patches! As a pure python library, we don't need to test against specific architectures unless we need to work around bugs in upstream (C-level) packages. I'll close this one for now, but feel free to reopen and rebase if it becomes necessary.
Travis-CI has added support for ARM64. Added ARM64 job in Travis-CI.