Closed cedricbonhomme closed 1 year ago
I just noticed that the PR #102 is solving this issue, for your information.
Any ETA on this?
@cedricbonhomme @gciatto I've successfully used python 3.9 on the develop branch of this repo. @javipalanca updated the docs on the develop branch and I can confirm it works for me.
Hi. SPADE 3.3 has fixed the compatibility with python 3.9 and 3.10. Please upgrade.
Description
The loop parameter to Queue is deprecated/removed
Simply removing the use of the argument
loop
in spade/behaviour.py (line 63) fixed the issue.Tested with Python 3.10 and 3.11. From the documentation here:
It is no more needed to pass the global event loop.
Do you plan to fix this `soonish`` ? Else I must try with Python 3.8. or 3.9.
Thank you.