paultiq commented on issue #48172: URL: https://github.com/apache/arrow/issues/48172#issuecomment-3555058998
If I'm looking at this right, the changes needed are fairly modest. \* I assumed more work would be needed on the test cases, but it looks like the appropriate logic is in place to tolerate (skipif) missing CFFI and/or Pandas. - [dev/tasks/tasks.yml](https://github.com/apache/arrow/blob/main/dev/tasks/tasks.yml): add cp315/315t - [python/requirements-wheel-build.txt](https://github.com/apache/arrow/blob/main/python/requirements-wheel-build.txt): numpy 2.3.5 doesn't have a 3.15 wheel, but built from source fine (nothing special needed, just pip installed it), so no changes are needed. - [python/requirements-wheel-test.txt](https://github.com/apache/arrow/blob/main/python/requirements-wheel-test.txt) and [python/requirements-test.txt](https://github.com/apache/arrow/blob/main/python/requirements-wheel-test.txt): add markers for cffi & pandas `; python_version < "3.15"` I didn't build all the extensions, but the `ninja-release-python` preset built and tested fine: no pytest failures. -- 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]
