-
Notifications
You must be signed in to change notification settings - Fork 84
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
Incompatibilty with python 3.9+ #161
Comments
Nope, still an error:
I'll open a PR for that. |
buckket
added a commit
that referenced
this issue
Nov 12, 2022
I forgot to remove the import statement. nest_asyncio is no longer needed. master should now work for you. Can you confirm? |
confirmed, the fix works. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.9 removes
Task.current_task()
, which was deprecated since 3.7. AIOHTTP adopted these changes in 3.0.8. Therefore, at least 3.0.8 is necessary for working with newer versions of python - but twtxt doesn't work with this version:Tried both on
master
and v1.2.3.Python 3.9.5, as provided by Ubuntu hirsute.
Ubuntu 21.04 hirsute
The text was updated successfully, but these errors were encountered: