JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

python 3.8 compatibility #39

Closed cimbi01 closed 3 years ago

cimbi01 commented 4 years ago

Not compatible with python 3.8, only python 3.7

bozhodimitrov commented 4 years ago

@cimbi01 What do you mean by not compatible? I just tested the client with Python 3.8.1 and it still works (sends calls and retrieves data).

JohnDoee commented 4 years ago

It's probably in the classifiers, it should not matter though. The package on pypi is matching all python versions to begin with.

cimbi01 commented 3 years ago

Sorry, yes it does work, i just had some coding issues :)