-
Notifications
You must be signed in to change notification settings - Fork 177
WIP: add changes for 3.13 support #604
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
base: main
Are you sure you want to change the base?
Conversation
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.
PR Summary
Updates infrastructure to support Python 3.13 by modifying CI workflows and dependency specifications.
- Modified
.github/workflows/test.yamlto replace Python 3.12 with 3.13 in initial test job and added 3.12 to secondary testing matrix - Updated
libs/infinity_emb/pyproject.tomlto remove numpy's upper bound constraint, enabling numpy 2.0 compatibility - Added conditional dependencies in
pyproject.tomlfor onnxruntime packages based on Python version - Introduced new Python 3.13-specific dependencies (pyarrow, scipy) while maintaining backward compatibility
2 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
|
confused, is this outdated? |
|
Perhaps a separate PR just to upgrade Poetry v2.2.1 (or |
Related to #594
Related Issue
Checklist
Additional Notes
Add any other context about the PR here.