-
Notifications
You must be signed in to change notification settings - Fork 152
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
[Release] update CI python versions #1319
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1319
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ⏳ 1 Pending, 4 Unrelated FailuresAs of commit e117505 with merge base 8b6e903 (): FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
LGTM! data/.github/workflows/_build_test_upload.yml Line 227 in cf740b8
|
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 to me!
Do we need to update this line? Line 249 in 8b6e903
Otherwise, looks good :) |
I don't think this needs to change, i'm not sure it's true that they only support 3.9+ |
PyTorch 2.5 supports 3.9<=python<=3.12 (3.13 experimental). Updating our CI to match.
To save our CI costs, we're not including tests for python > 3.9 for any datapipes code, only for stateful dataloader