Closed romainr closed 4 years ago
For the record, I was on kazoo 2.0 and 2.7 compiles without reserved keywords.
I did not test the functionalities at run time yet.
Hello,
Kazoo officially supports Python 3.8. The current Kazoo version (2.7.0) would display a warning that was fixed in #609 and it will be integrated in the next Kazoo release.
Great to know!
Adding 3.8 to https://pypi.org/project/kazoo/ would document it well
I could not find an issue about it.
async
is a reserved keyword now and will conflict, e.g. https://docs.python.org/3/reference/compound_stmts.html#async-def