Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.12 ssl no longer has the
ssl.wrap_socket
method causes `ha…
…zelcast_cloud_discovery_test` failure [API-2195] (#656) * Python 3.12 ssl no longer has the ssl.wrap_socket method but it is replaced with the ssl_context usage. The tests fail at 3.12 build without this fix.
- Loading branch information