dramatiq should work with python >= 3.4. #7
Comments
I have started, the implementation in the branch. For python 3.5, it is easy I have juste replaced I don't know if the fix will be easy. Do you want a PR for Python3.5 alone or you would like to wait both. |
Yeah, let's do it with 3.5 first. Don't forget to add yourself to the contributors file (people often do :P)! |
The 3.4 branch is blocked by this CPython issue: https://bugs.python.org/msg306427 |
Since it sounds like the issue is not going to be fixed in 3.4, I'm not going to exert any more effort into supporting that version. |
You are right, python 3.5 is a good step, enough for now |
Yup! I forgot to mention: 0.13.1 is released with support for 3.5 :D |
I saw it ;) |
Hi,
Actually dramatiq works only with python 3.6 and 3.7a. the linux distribution haven't got theses versions of python. Why don't you keep the capability to use use Python 3.4 and highter
The text was updated successfully, but these errors were encountered: