-
Notifications
You must be signed in to change notification settings - Fork 37
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
Importing pook fails on Python 3.11 #84
Comments
I'm receice this same error when import: E AttributeError: module 'asyncio' has no attribute 'coroutine' |
Fixed in #83, but it still hasn't' been released. Note while waiting for v1.1.0 you can install the sha to test it:
|
Version |
Hi, I am your package maintainer on Debian and derivatives and would like to know if you have any plans to release the latest release on github? Thanks for your job |
It is already released and tagged as |
Hi, activate_async.py was not fixed in last release |
The asyncio.coroutine doesn't exist in Python 3.11 and future versions: python/cpython#87382 See h2non#84
* Remove asyncio.coroutine usage The asyncio.coroutine doesn't exist in Python 3.11 and future versions: python/cpython#87382 See #84 * Add python 3.11 to tests * lint: fix lint issue mock_test.py
FYI - |
Trying to use Pook on Python 3.11 fails:
It was removed in 3.11 python/cpython#26369
The text was updated successfully, but these errors were encountered: