Closed FFX01 closed 6 years ago
Hi @FFX01, I've added support for Python 3.5 (the minimum version that Dramatiq itself supports) in version 0.1.5
. Hope that helps!
@Bogdanp
Thank you! I will give the update a try!
@Bogdanp
Issue is resolved! Thanks for your quick work!
My pleasure!
There are several places in the library where there the new f string formatting is used. This feature is not available in any version of Python below version 3.6. Does this project aim to only support Python 3.6+?
Example from
rundramatiq.py
: