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

Warnings in Python 3.8 #81

Closed
discosultan opened this issue Sep 26, 2019 · 2 comments
Closed

Warnings in Python 3.8 #81

discosultan opened this issue Sep 26, 2019 · 2 comments

Comments

@discosultan
Copy link

Using backoff under Python 3.8 produces the following warning:

/home/discosultan/.local/lib/python3.8/site-packages/backoff/_async.py:15
  /home/discosultan/.local/lib/python3.8/site-packages/backoff/_async.py:15: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    return asyncio.coroutine(coro_or_func)
@bgreen-litl
Copy link
Member

bgreen-litl commented Nov 16, 2019

Thanks for the report. This is now released as version 1.9.0.

@discosultan
Copy link
Author

Thanks @bgreen-litl !

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

No branches or pull requests

2 participants