-
Notifications
You must be signed in to change notification settings - Fork 293
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
Build failing due to problem with actions/setup-python & Python 3.7 #1802
Comments
The error message says:
but that list does include 3.7 x64 for Linux. Maybe that list changed since the failure? I pressed the "Re-run jobs" button to see if it works now. |
Run-running the jobs succeeded - yay! However, from reading this actions/setup-python#962 (thanks for the link @tomviner ) it seems that we will likely encounter this again as @reinecke or @meshula can you remind me of how many years of VFX Platform we're supposed to support? |
current year plus 3 reflects our current consensus. Python 3.7 has dropped off the support list by that measure. Note that 3.7 is incompatible with some platforms we support (eg, apple silicon support is in 3.9.1+). |
The badge on our README shows 2020-2023, so we should update that. Is "current" the calendar year (2024) or the latest VFX (2025)? That difference puts VFX 2021 w/ Python 3.7 in or out of bounds. |
Oh, never mind. I see that VFX 2025 is only in draft, so we should support 2024-2021. |
Required:
Select One:
Description
The py_build_test (ubuntu-latest, 3.7) job has failed the last couple of times it ran. E.g. https://github.com/AcademySoftwareFoundation/OpenTimelineIO/actions/runs/11280378915/job/31373224050
The error message has been reported on the setup-python actions repo, by another project having the same error:
actions/setup-python#962
I can't see a recent change to Python 3.7 in the actions repo, so I'm not sure the cause. So hopefully, we can just await a fix and re-run the actions.
The text was updated successfully, but these errors were encountered: