edgarrmondragon commented on issue #48172:
URL: https://github.com/apache/arrow/issues/48172#issuecomment-5470323973

   > When can we expect wheels on PyPI?
   
   I don't speak for the maintainers, but according to [the GitHub 
milestone](https://github.com/apache/arrow/milestone/75), 26.0.0 is scheduled 
for September 30th, so right before the final 3.15 release.
   
   In the meantime you can use the nightly index. For example, with uv:
   
   ```toml
   [tool.uv.sources]
   pyarrow = [
       { index = "scientific-python-nightly-wheels", marker = "python_version 
>= '3.15'" },
   ]
   
   [[tool.uv.index]]
   name = "scientific-python-nightly-wheels"
   url = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple";
   explicit = true
   ```


-- 
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