IshaGudewar commented on issue #1042:
URL:
https://github.com/apache/datafusion-python/issues/1042#issuecomment-2704400965
Here is my Idea to undate python min version to 3.9
1. firstly Update the pyproject.toml file to set the minimum Python version
to 3.9.
2. Modify the PyO3 configuration to reflect the new minimum version.
3. Test the project with Python 3.9 and ensure all functionality works as
expected.
4. Investigate PyPy support:
Check PyO3 documentation and compatibility with PyPy.
Run tests with PyPy to identify any potential issues or limitations.
5. Update documentation to reflect the new minimum Python version and any
additional support for PyPy.
By upgrading to Python 3.9 and exploring PyPy support, the project can stay
current with the Python ecosystem and potentially offer users improved
performance and flexibility.
--
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]