-
Notifications
You must be signed in to change notification settings - Fork 311
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
Possible problem with Python 3.12? #407
Comments
hi @mariolenz Python 3.12.0 (v3.12.0:0fb18b02c8, Oct 2 2023, 09:45:56) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
It will be addressed with next SDK release |
@kunal-pmj Are you sure? I don't see I suggest to keep this issue open for now. When you've released a new version where you've fixed #400 I'll test again. Then we'll see if this is really a duplicate. If the new release fixes my issue, I'll close it. Would this be OK? |
@mariolenz The ticket will remain open till the SDK release. I can be closed after the issues reported here are verified by us with Python 3.12 |
@kunal-pmj Any ETA for the next SDK release? Or will you wait until vSphere 8.0 U3 is released where AFAIK there's no official ETA? |
Hi @mariolenz |
Thanks @shwetapurohit!
Sure, it's not fixed yet. I won't close it, if nothing else as a reminder to myself to have another look at the issue ;-) BTW if you think it's fixed in your |
@mariolenz the master branch will be updated few days before the release. Thanks |
This issue has been fixed with 8.0U3 |
@kunalpmj Hey! I thought the deal was that I close this issue once I've verified that it's either fixed or that the problem really lies on our side! Why did you close it it? 😠 |
I'm still seeing errors in our CI pipeline, but I'm nearly sure that the problem is on our side. I'll try to find out what's going wrong there. In case it turns out that it still might be a problem on the VMware SDK side, I'll open a new issue. Thanks all! |
Describe the bug
I've tried to run our CI for the ansible community collection
community.vmware
with Python 3.12: ansible-collections/community.vmware#1974This might be a bug in our CI or in the collection, but I'm not sure at the moment. It would be great if you could have a look.
The question is: Did you test with Python 3.12 and it works? If so, I have to dig deeper into our CI, tests, the collection and whatever else.
Reproduction steps
from com.vmware.vapi.std_client import DynamicID
Expected behavior
works
Additional context
The text was updated successfully, but these errors were encountered: