kosiew opened a new issue, #923:
URL: https://github.com/apache/datafusion-python/issues/923
**Describe the bug**
pyarrow>=11.0.0,<=12.0.1 depends on Python>=3.7
**To Reproduce**
Attempt to install pyarrow>=11.0.0 on a Python 3.6 environment.
The dependency resolution fails because pyarrow 11.0.0 and later explicitly
require Python 3.7 or higher.
Relevant documentation
[PyArrow 11.0.0 on PyPI](https://pypi.org/project/pyarrow/11.0.0/) states
that Python >=3.7 is required.
**Expected behavior**
Automatically restrict the installation to a compatible version of pyarrow
for environments running Python <3.7.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]