-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
kubernetes 3.1.0 is failing with python 3.12 #2260
Comments
Python 3.12 is not tested Lines 2 to 4 in 90d4fef
Some investigation would be needed if we want to support 3.12 |
Hi Team, |
/help |
@roycaihw: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I'd like to work on this issue. Could you please provide more details? Specifically, it would be helpful to know which script you executed to test this functionality. For context, I used Python 3.12.4 along with the Python Kubernetes client version 30.1.0. I also tried the example provided in examples/deployment_create.py, and it worked successfully for me. |
build-kubernetes-30.1.0-2024-08-07-10-19-11-348-65896464.txt
What happened (please include outputs or screenshots):
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):python --version
)pip list | grep kubernetes
)The text was updated successfully, but these errors were encountered: