etianen / aiohttp-wsgi

WSGI adapter for aiohttp.
https://aiohttp-wsgi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 20 forks source link

Add support for aiohttp >= 3.4 and Python 3.7 #23

Closed michael-k closed 5 years ago

michael-k commented 5 years ago

The failure of the tests is unrelated to this PR and I haven't found a simple solution to fix them:

docstring of aiohttp_wsgi.wsgi:68:py:class reference target not found: asyncio.BaseEventLoop

etianen commented 5 years ago

I'm happy to merge with the broken Travis CI. I can fix that myself.

etianen commented 5 years ago

Thanks! I'll fix travis, then make a new release.