-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Zeep fails trying to instantiate a client in python3.12 #1412
Comments
Hi, just a message to support this implementation - our system uses python 3.12 and we need to start using Zeep but are unable due to the version restrictions. |
+1 from us as well - we use heavily zeep, Support for python 3.12 would be hugely appreciated. |
What needs to be done to add Python 3.12 support? Cheers |
This crash might be caused by an outdated version of attrs. I can reproduce this with attrs 21.4.0 but not with later versions. |
Should be solved in the next version (4.3.0) |
Thank you @mvantellingen ! |
I suspect this is already known, as python3.12 is not listed on the supported versions on the main page. But I also couldn't find a bug specifically calling it out.
I saw that this PR was submitted in February to address the issue, so I just wanted to highlight that here.
FWIW, we're in the middle of trying to update our systems to python3.12, and this happens to be the only known library preventing us from doing that. I only offer that as "FYI", not as an attempt at escalation - we appreciate the work you do to make this library possible!
The text was updated successfully, but these errors were encountered: