You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using python3.8 causes the following warnings (when running the tests via pytest):
site-packages/uplink/clients/io/asyncio_strategy.py:26: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
There is a related issue in uplink opne issue that has some issues with using uplink with python3.8. This is another issue.
We should keep an eye on thsi as it will likely cause problems in the future.
The text was updated successfully, but these errors were encountered:
Currently using python3.8 causes the following warnings (when running the tests via pytest):
There is a related issue in uplink opne issue that has some issues with using uplink with python3.8. This is another issue.
We should keep an eye on thsi as it will likely cause problems in the future.
The text was updated successfully, but these errors were encountered: