paultiq commented on PR #48191:
URL: https://github.com/apache/arrow/pull/48191#issuecomment-4681908259

   👍  Yup, I see same libcst blocker, cleared by this PR: 
https://github.com/Instagram/LibCST/pull/1454. 
   
   I got a good build against that PR:
   ```py
   # requirements-wheel-build.txt
   libcst @ git+https://github.com/AlexWaygood/LibCST.git@add-315; 
python_version >= "3.15"
   ```
   ```py
   # pyproject.toml
       "libcst>=1.8.6; python_version < '3.15'",
       "libcst; python_version >= '3.15'",  # fork doesn't build with the 
version
   ```
   
   Happy to close in favor of your PR, but otherwise will just wait for that 
libcst PR to land, then update this to build against libcst main for 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]

Reply via email to