launchdarkly / api-client-python

LaunchDarkly API Client for Python
Other
5 stars 8 forks source link

The api-client-python is not compatible with python 3.7 #1

Closed amierzwicki closed 4 years ago

amierzwicki commented 5 years ago

Looks like code uses "async" as parameter name which is now a reserved keyword in python 3.7. Would be great if the code were adjusted so we can run it under python 3.7.

Not sure if this is the only blocker from using new python.

InTheCloudDan commented 4 years ago

@amierzwicki this should be fixed now, the async should now be async_req. Can you confirm this is working for you?

bwoskow-ld commented 4 years ago

@amierzwicki we're going to close this issue. Let us know if you still continue running into any issues with Python 3.7.