Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Republish the pypi docs to pick up Python3.9 #225

Closed erikseulean closed 2 years ago

erikseulean commented 3 years ago

The pypi page seems out of date given that Python3.9 doesn't show up in the supported versions, while the code on github has support for 3.9 after this PR landed: https://github.com/Polyconseil/aioamqp/commit/388d38f28c6d5b7e6a50135de6b8ea9c44ccd6a6

michael-k commented 3 years ago

The linked commit (Oct 2020) is not part of the latest release (Nov 2019). See https://pypi.org/project/aioamqp/#history

GitHub lists tags/releases on a commits page, see https://github.com/Polyconseil/aioamqp/commit/54ade18e43d7da1e2613a3d05a51fb3d86311f41 for comparison: image

erikseulean commented 3 years ago

Oh okay, sorry about this. Any plans for a new release that would include the 3.9 version ?

RemiCardona commented 2 years ago

beta release now available: https://pypi.org/project/aioamqp/0.15.0b1/

Please let me know if you have any issues (or if it works for you!), final release will hopefully be done in a couple weeks at most.