python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

Incompatible with Python 3.10

Open ydm opened this issue 3 years ago • 1 comments

In Python 3.10 many "loop" keyword arguments were removed from various asyncio APIs. Sadly it is heavily used to implement websocket streams.

ydm avatar Feb 23 '22 13:02 ydm

I believe this has been fixed, just not released yet.

halfelf avatar Mar 04 '22 02:03 halfelf