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

Pin Python to version compatible with PyKMIP. #1155

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

ximon18
Copy link
Member

@ximon18 ximon18 commented Nov 15, 2023

Work around the backward incompatible Python removal of deprecated ssl.wrap_socket() function which breaks PyKMIP (as there is no newer version of PyKMIP to upgrade to which would follow the change in Python).

From: https://docs.python.org/3/whatsnew/3.12.html#ssl

Remove the ssl.wrap_socket() function, deprecated in Python 3.7

…sl.wrap_socket()` function which breaks PyKMIP (as there is no newer version of PyKMIP to upgrade to which would follow the change in Python).
@ximon18 ximon18 added github actions hsm Relates to adding HSM support to Krill labels Nov 15, 2023
@ximon18 ximon18 requested a review from timbru November 15, 2023 10:41
@ximon18 ximon18 merged commit 418bae7 into main Nov 15, 2023
18 checks passed
@ximon18 ximon18 deleted the pin-python-for-pykmip branch November 15, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions hsm Relates to adding HSM support to Krill
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants