aiidateam / kiwipy

A python messaging library for RPC, task queues and broadcasts
https://kiwipy.readthedocs.io
Other
15 stars 4 forks source link

Dependencies: add support for Python 3.9 #87

Closed sphuber closed 3 years ago

sphuber commented 3 years ago

Fixes #085

The change to BasePublisherWithReplyQueue._on_channel_close signature is not related to Python 3.9 but a change in the dependencies that can call this callback with additional arguments or keyword arguments which would raise since the signature doesn't alloq it.

sphuber commented 3 years ago

See this build for example of the failure described in commit.