Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation should place upper bound on usable python version #11

Open
benbellick opened this issue Apr 25, 2024 · 0 comments · May be fixed by #12
Open

Documentation should place upper bound on usable python version #11

benbellick opened this issue Apr 25, 2024 · 0 comments · May be fixed by #12

Comments

@benbellick
Copy link

Due to a change in the asyncio API, the library doesn't work for python version >= 3.11, as the line from asyncio import coroutine will fail. Instead of just saying it works for python versions 3.7+, it should say >=3.7 and <3.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant