Skip to content

Commit

Permalink
Merge 44b37e7 into 28a74b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Seleznev-nvkz committed Jun 15, 2018
2 parents 28a74b2 + 44b37e7 commit d96606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_readme():
'pytest>=3.0.0', 'pytest-cov', 'tox', 'mock', 'patch',
]

if sys.version_info[:2] >= (3, 5):
if sys.version_info[:3] >= (3, 5, 3):
install_requires.extend([
'aiohttp>=3.0.1', 'aiodns>=1.1.1',
])
Expand Down

0 comments on commit d96606d

Please sign in to comment.