aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
538 stars 69 forks source link

Typing exists since Python 3.5 #71

Closed gerion0 closed 5 years ago

gerion0 commented 5 years ago

When installing aiodns, the typing distribution is excluded for Python 3.7. However, typing exists since Python 3.5. Can you modify the string to 3.5 instead of 3.7?

saghul commented 5 years ago

Sounds good. Care to send a PR?