killbill / killbill-client-python

Python client library for Kill Bill
https://killbill.io
8 stars 20 forks source link

Python 3.7+ broken, is this library actively maintianed? #20

Open mvrius opened 10 months ago

mvrius commented 10 months ago

Hi,

Running on Python >= 3.7 is broken due to changes introduced in Python 3.7 around reserving 'async' keyword. https://docs.python.org/3.7/whatsnew/3.7.html#summary-release-highlights

Is this library still maintained?

Thanks!

killbill\api\account_api.py", line 179
    async=params.get('async'),
    ^^^^^
SyntaxError: invalid syntax
MehdiCHEBBAH commented 10 months ago

Hi, Any updates here.