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

Fix Py3.11 compatibility #85

Merged
merged 3 commits into from Jan 12, 2023
Merged

Fix Py3.11 compatibility #85

merged 3 commits into from Jan 12, 2023

Conversation

danigm
Copy link
Contributor

@danigm danigm commented Jan 12, 2023

Remove asyncio.coroutine usage

The asyncio.coroutine doesn't exist in Python 3.11 and future versions:
python/cpython#87382

See #84

@h2non h2non merged commit 3f2b818 into h2non:master Jan 12, 2023
@h2non
Copy link
Owner

h2non commented Jan 12, 2023

FYI - v1.1.1 is out on PyPI: pip install --upgrade pook

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 this pull request may close these issues.

None yet

2 participants