Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Drop support for Python 3.3 #175

Closed michael-k closed 5 years ago

michael-k commented 6 years ago

It reached its end-of-life in September 2017, see https://www.python.org/dev/peps/pep-0398/#id21

ref Polyconseil/aioamqp#123

dzen commented 6 years ago

Beware, the hard part is not to drop 3.3 support but 3.4.

There are already some issues about it, and we have some huge deps on 3.4

michael-k commented 5 years ago

Closed in favor of Polyconseil/aioamqp#179