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

Update deprecated use of wrap_socket #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jackbanditdude
Copy link

ssl.wrap_socket() is deprecated as of Python 3.7, and no longer supported after Python 3.11. Replacing the deprecated version of the function with newer, supported version.

…recated

Updated ssl.wrap_socket to ssl.SSLContext.wrap_socket after deprecati…
Copy link

cla-assistant bot commented Apr 30, 2024

CLA assistant check
All committers have signed the CLA.

@baguilarq
Copy link

I confirm it solves the issue. Does it will be merged?

@edarevsky
Copy link
Contributor

Hi, we have a new version 3.5.0 which solves the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants