Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: NestedAsyncIO contextmanager (#872)
* feat: NestedAsyncIO contextmanager This comes from erdewit/nest_asyncio#88 implemented by @CharlieJiangXXX before NestedAsyncIO was archived. It should help with some issues where the patched eventloop causes problems with some other libraries, like Discord.py, that do some "odd" things with eventloops * fix: remove nest-asyncio from requirements * fix: adjust ci coverage and 3.12 support * fix: more loop fixes for 3.12
- Loading branch information