async-worker / aiologger

Asynchronous logging for Python and asyncio
https://async-worker.github.io/aiologger/
MIT License
129 stars 13 forks source link

Aiofiles not compatible with Python 3.11+ #32

Open Aragonski97 opened 3 months ago

Aragonski97 commented 3 months ago

I might be wrong, but I think that @asyncio.coroutine -> yield from combination is removed. Is there a possibility to write the code so as to include async def -> await combination instead?

I am working on a project currently, but once I'm done, I could help out with the compatibility issue.