Jeremy Stanley 2fd9d888f9 Accessbot fix for running on Python 3.12
Since ssl.wrap_context has been removed in Python 3.12,
switch that out with SSLContext.wrap_context instead.

Change-Id: Ic3d7250937544e3a1eda3276db8ed43972735b98
Co-Authored-By: Clark Boylan <clark.boylan@gmail.com>
Depends-On: https://review.opendev.org/945662
2025-03-26 23:07:19 +00:00
..