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

breaking: Python 3.12 compatibility & remove custom SSL adapter #3185

Merged
merged 8 commits into from
Nov 21, 2023

Conversation

milas
Copy link
Contributor

@milas milas commented Nov 20, 2023

match_hostname is gone in Python 3.12 and has been unused by
Python since 3.7.

The custom SSL adapter allows passing a specific SSL version; this
was first introduced a looong time ago to handle some SSL issues
at the time.

See #3176.

hugovk and others added 5 commits September 8, 2023 21:25
Signed-off-by: Hugo van Kemenade <[email protected]>
Signed-off-by: Hugo van Kemenade <[email protected]>
Signed-off-by: Hugo van Kemenade <[email protected]>
`match_hostname` is gone in Python 3.12 and has been unused by
Python since 3.7.

The custom SSL adapter allows passing a specific SSL version; this
was first introduced a looong time ago to handle some SSL issues
at the time.

Signed-off-by: Milas Bowman <[email protected]>
@milas milas self-assigned this Nov 20, 2023
@milas milas added this to the v7 milestone Nov 20, 2023
Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants