-
Notifications
You must be signed in to change notification settings - Fork 378
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
[CONFIG] argilla
: Add Python 3.13 support
#5652
Conversation
argilla
Add Python 3.13 supportargilla
: Add Python 3.13 support
argilla
: Add Python 3.13 supportargilla
: Add Python 3.13 support
Problems using python 3.13 + pyarrow apache/arrow#44443 |
The dependencies install pyarrow 17.0.0, but python 3.13 is only supported for pyarrow 18.0.0 (released 2 days ago) |
Thanks for the tip @oulianov. The I defined the 18.0.0 as a dev dependency and everything is working. @burtenshaw I think this is ready to merge. |
argilla
: Add Python 3.13 supportargilla
: Add Python 3.13 support
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.
Looks good. Let's merge it.
Description
Closes #5627
Type of change
How Has This Been Tested
Checklist