We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e711d6 commit df0eb69Copy full SHA for df0eb69
1 file changed
setup.py
@@ -89,7 +89,7 @@ def run_tests(self):
89
extras_require={
90
'fast': ['pycohttpparser'],
91
# Fallback to good SSL on bad Python versions.
92
- ':python_full_version < "2.7.9" or python_version == "3.3"': [
+ ':python_full_version < "2.7.9"': [
93
'pyOpenSSL>=0.15', 'service_identity>=14.0.0'
94
],
95
# PyPy with bad SSL modules will likely also need the cryptography
0 commit comments