Skip to content

Fix dynfw-backend for Python 3.11

Lukas Jelinek requested to merge dynfw-backend into master

The current dynfw-backend part don't work with Python 3.11, because passing coroutines to asyncio.wait() has been deprecated in 3.8 and forbidden in 3.11. I've replaced in by creating tasks explicitly. I don't know, whether it is correct, but it works 😀

Merge request reports

Loading