-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add Python 3.13 to test matrix #1667
Comments
@judej @karthiknadig Karthik, Jude asked me to add Python 3.13 to the test matrix in anticipation of release. Unfortunately, 3.13 is not available to the I checked the task docs and I think it's failing because |
Allowing unstable doesn't seem to make a difference. This is odd though because I checked the python-versions manifest file at https://github.com/actions/python-versions/blob/main/versions-manifest.json#L103 and I do see an unstable release for python 3.13 so I'm not sure why it can't be downloaded. |
You may have to install 3.13 locally and test. GitHub actions typically has dev builds available. May be we need to keep test runner for dev builds on there. |
Best wishes, Julian |
Thank you for this! I've downloaded the full logs and put it on my OneDrive. People from MS can get it at https://microsoft-my.sharepoint.com/:t:/p/advolker/EVNkdfQR8jVHnV9qEkv-xOEB_Mq6Vu6SZK_T2vYtkVCixw?e=mXCxgb |
Looks like I was able to attach it to this issue as well. |
This commit in CPython changes how python/cpython@33da0e8#diff-b250d3d0e0d909784a67083e9069ce507513a67e8514a011e2f364027e25e0b0 We need to fix all of the spots were we call |
This should be part of the test matrix now. |
No description provided.
The text was updated successfully, but these errors were encountered: