-
Notifications
You must be signed in to change notification settings - Fork 92
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
python/ci: adjust CI testing for python 3.8 #5782
Conversation
E2E Tests 🚀 ? |
It doesn't look like For now, I'll just pull 3.8 out of every PR's CI (only nightly), and have notes to add in 3.13 |
@@ -738,7 +738,7 @@ def get_display_value( | |||
"edgeitems": ARRAY_EDGEITEMS, | |||
"linewidth": print_width, | |||
} | |||
options_obj = torch._tensor_str.PRINT_OPTS | |||
options_obj = torch._tensor_str.PRINT_OPTS # type: ignore[reportGeneralTypeIssues] |
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.
these errors were generated in CI, but _tensor_str does seem to exist and is tested
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 for now!
addresses #5136
addresses #5137NOTE: due toibis-framework[duckdb]
not being available for 3.13, we will not be able to test at this timeThis closely follows the strategy of upstream, which tests on 3.8-3.13.
QA Notes
should pass CI