paultiq opened a new pull request, #48191: URL: https://github.com/apache/arrow/pull/48191
### Rationale for this change Add [Python 3.15](https://docs.python.org/3.15/whatsnew/3.15.html) to the pyarrow nightly builds, so that issues can be detected early in the development cycles of both cpython & pyarrow. Note: - CFFI and Pandas don't have nightly 3.15 wheels, and are accordingly excluded. - Numpy doesn't ship a 3.15 wheel, but is needed to build. It is building from source. ### What changes are included in this PR? - Adding cp315/cp315t to the build matrix - Excluding cffi/pandas for 3.15, as the wheels aren't yet available. ### Are these changes tested? - Yes, tested on a local Linux build using the `ninja-release-python` preset (not maximal) ### Are there any user-facing changes? No functional changes, other than allowing the user to use Python 3.15. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
