Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit df0eb69

Browse files
committed
Remove check for Python 3.3 in marker
1 parent 3e711d6 commit df0eb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run_tests(self):
8989
extras_require={
9090
'fast': ['pycohttpparser'],
9191
# Fallback to good SSL on bad Python versions.
92-
':python_full_version < "2.7.9" or python_version == "3.3"': [
92+
':python_full_version < "2.7.9"': [
9393
'pyOpenSSL>=0.15', 'service_identity>=14.0.0'
9494
],
9595
# PyPy with bad SSL modules will likely also need the cryptography

0 commit comments

Comments
 (0)