Skip to content
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

Open
swaruparameshpajju opened this issue Aug 7, 2024 · 5 comments
Open

kubernetes 3.1.0 is failing with python 3.12 #2260

swaruparameshpajju opened this issue Aug 7, 2024 · 5 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.

Comments

@swaruparameshpajju
Copy link

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:

  • Kubernetes version (kubectl version):
  • OS (e.g., MacOS 10.13.6):
  • Python version (python --version)
  • Python client version (pip list | grep kubernetes)
@swaruparameshpajju swaruparameshpajju added the kind/bug Categorizes issue or PR as related to a bug. label Aug 7, 2024
@swaruparameshpajju swaruparameshpajju changed the title kubernetes is failing with python 3.12 kubernetes 3.1.0 is failing with python 3.12 Aug 7, 2024
@roycaihw
Copy link
Member

Python 3.12 is not tested

python/tox.ini

Lines 2 to 4 in 90d4fef

envlist =
py3{6,7,8,9}
py3{6,7,8,9}-functional

Some investigation would be needed if we want to support 3.12

@roycaihw roycaihw added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/bug Categorizes issue or PR as related to a bug. labels Aug 14, 2024
@heysarthak
Copy link

Hi Team,
any updates on this?

@roycaihw
Copy link
Member

/help

@k8s-ci-robot
Copy link
Contributor

@roycaihw:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

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
by commenting with the /remove-help command.

In response to this:

/help

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.

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Aug 26, 2024
@Bhargav-manepalli
Copy link

Bhargav-manepalli commented Sep 2, 2024

Hi @swaruparameshpajju,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants