**Is your feature request related to a problem? Please describe.** Missing pre-built wheel requires long computation and slowdowns. **Describe the solution you'd like** Pre-build the wheels in GitHub Actions: https://github.com/abetlen/llama-cpp-python/blob/c37132bac860fcc333255c36313f89c4f49d4c8d/.github/workflows/build-and-release.yaml#L78 cibuildwheel is [compatible with CPython 3.14.0 Final](https://github.com/pypa/cibuildwheel/releases/tag/v3.2.1) since October 12. **Describe alternatives you've considered** Keep it like that. Let all the community lose hundreds of thousands of CPU minutes to rebuild the wheel again and again.