aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Drop python < 3.5.3 support #141

Closed jettify closed 3 years ago

jettify commented 6 years ago

I think it is time to drop 3.3/3.4 support this will also reduce CI time.

JelleZijlstra commented 6 years ago

I already dropped 3.3. Shouldn't we wait with 3.4 until it reaches EOL though?

jettify commented 6 years ago

Most of aio-libs projects dropped 3.3/3.4 support, this allows us to use new coroutines syntax.

JelleZijlstra commented 6 years ago

I see, in that case it makes sense to drop 3.4 too. What is the motivation for 3.5.3 specifically? The Python docs list a couple of things that were changed in 3.5.3 but nothing that sounds essential.

asvetlov commented 6 years ago

asyncio.get_event_loop() returns a running loop (not default or installed by asyncio.set_event_loop()) when called from a coroutine.