Skip to content

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

Merged
milas merged 8 commits intodocker:mainfrom
milas:py3.12-compat
Nov 21, 2023
Merged

breaking: Python 3.12 compatibility & remove custom SSL adapter#3185
milas merged 8 commits intodocker:mainfrom
milas:py3.12-compat

Conversation

@milas
Copy link
Copy Markdown
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 <hugovk@users.noreply.github.com>
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
`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 <milas.bowman@docker.com>
@milas milas self-assigned this Nov 20, 2023
@milas milas added this to the v7 milestone Nov 20, 2023
Copy link
Copy Markdown
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