jorisvandenbossche commented on PR #43539:
URL: https://github.com/apache/arrow/pull/43539#issuecomment-2269167366

   @lysnikolaou thanks for the PR!
   
   Looking at the manylinux wheel builds, that is failing for Python 3.13. 
While it is failing in the test step (about a docker image for 3.13 no being 
found, haven't yet looked in detail there), it's actually already failing to 
correctly build a py 3.13 wheel in the build step, because in practice it is 
building for Python 3.8 (`-- Found Python3: /opt/python/cp38-cp38/bin/python 
(found version "3.8.18") found components: Interpreter Development.Module 
NumPy`), I assume this is the default python in the manylinux docker image.
   
   The docker image is based on the pypa images, but that is currently pinned 
to a version of earlier this year:
   
   
https://github.com/apache/arrow/blob/66cb7495d1a43f3539cf66f6d88bac40fb9d28d4/docker-compose.yml#L1098
   
   That might need to be updated to a recent date (the latest builds in the 
pypa repo should include Python 3.13 I think)
   
   
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to