GH-50943: [Python] Add Pandas nightly's for cp315 & cp315t tests - #50946
Conversation
|
Thanks for opening a pull request! This pull request has been automatically converted to a draft because its title doesn't match Arrow's required format. If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or After updating the title, you can mark the pull request as ready for review. See also: |
|
|
|
@github-actions crossbow submit wheel-cp315 |
|
Revision: 77cec2a Submitted crossbow builds: ursacomputing/crossbow @ actions-2de81f6093 |
|
Thanks @paultiq |
Rationale for this change
#48191 added 3.15.0rc1 to build matrix. At the time, Pandas was not yet shipping wheels for 3.15.0 and was disabled.
Now that Pandas has 3.15.0rc1 wheels, this PR makes a small change to add the nightly index and target the correct Pandas dev0 suffix.
What changes are included in this PR?
Are these changes tested?
Tested against manylinux cp314, cp315 and cp315t.
Are there any user-facing changes?
No