-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Migrate from the deprecated and removed APIs #109
Conversation
Signed-off-by: tison <[email protected]>
cc @rht This can fail all the downstream workflows. |
Signed-off-by: tison <[email protected]>
Not only can, but actually does fail downstream workflows. Please address the issue as soon as possible. |
LGTM @timabbott |
I filed #110 with a less risky change, which can be applied ASAP to fix failing workflows. Python 3.12 compatibility can be addressed with less stress after that. |
OK, do we still need this given #110 is integrated? |
I would say yes, because you cannot stay on 3.11 forever. Eventually (in October 2027 it will reach end-of-life and staying on 3.11 further will have security implications. #110 affects this PR in two ways:
|
Now this can be done. |
The old API is removed in Py 3.12 and in
entrypoint.sh
we always use the latest Py version.