Now that Python 3.13 has hit beta, we're overdue for at least a pre-release that supports it. Prerequisite to getting that out the door: - [x] Implement dynamic GHA matrix to use a single workflow under the primary repo/org for all CI and release activity. - [x] Implement support for GHA-hosted Apple Silicon runners. - [x] Add aarch64 musllinux wheel builds. - [x] Fix [broken static linking of libffi](https://github.com/nitzmahone/cffi/actions/runs/9126860324/job/25095961084) in `musllinux` builds. - [x] Determine how to handle [test failures from null pointer subtraction errors](https://github.com/nitzmahone/cffi/actions/runs/9126860324/job/25095973663) in newer versions of clang (ignore those tests, disable the error, change the code?)
Now that Python 3.13 has hit beta, we're overdue for at least a pre-release that supports it. Prerequisite to getting that out the door:
musllinuxbuilds.