-
Notifications
You must be signed in to change notification settings - Fork 130
added pandas < 2.4.0 support and tests for py 3.14 #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sreekanth Vadigi <[email protected]>
Signed-off-by: Sreekanth Vadigi <[email protected]>
|
May make #719 obsolete. |
Signed-off-by: Sreekanth Vadigi <[email protected]>
Signed-off-by: Sreekanth Vadigi <[email protected]>
Signed-off-by: Sreekanth Vadigi <[email protected]>
samikshya-db
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, LGTM otherwise
jprakash-db
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank for updating
Signed-off-by: Sreekanth Vadigi <[email protected]>
|
@sreekanth-db This PR seems great if you're running Python 3.14. However, if you're running e.g. 3.12, it does not allow you to use latest pandas or pyarrow which are all supported for 3.12. This gives us issues with builds on current version 4.2.2 |
|
Hello @rad-pat , thanks for the feedback, @sreekanth-db has raised a fix here : #721 |

Added tests for python 3.14
What type of PR is this?
Description
How is this tested?
Related Tickets & Documents