-
Notifications
You must be signed in to change notification settings - Fork 419
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
Drop CI for OpenSSL 1.0.2 #953
Conversation
@@ -28,7 +28,6 @@ | |||
X509Name, | |||
X509, | |||
X509Store, | |||
X509StoreContext, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we really get rid of this as part of 1.0.2 deprecation? Removing a whole class is a lot... 😮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's no longer needed by this module, you can import it from crypto as always.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh oops, thought this was where it was exported for some reason.
As long as our minimum version is cryptography 2.8 (https://github.com/pyca/pyopenssl/blob/master/tox.ini#L13) it seems like we should be supporting 1.0.2 still. |
I'll bump our minimum version them. |
No description provided.