async_retrying icon indicating copy to clipboard operation
async_retrying copied to clipboard

pull the code a bit up to nowadays

Open erwinkinn opened this issue 2 years ago • 2 comments

These is quite all I want to edit till the moment.

  • no asyncio.coroutine decorator
  • the latest async_timeout version support
  • unittests are done with the pytest_asyncio plugin
  • formated with black
  • checked with mypy.

If it's ok it would be nice to get it at pypi as well ;)

erwinkinn avatar Nov 28 '22 16:11 erwinkinn

Hei ;) Is it something wrong with the PR? It's taking long for some reasons...

erwinkinn avatar Dec 15 '22 13:12 erwinkinn

@hellysmile please merge and realease this update as the module breaks in Python 3.11+

MTrab avatar Mar 20 '23 12:03 MTrab