Closed davidlatwe closed 5 years ago
Running Pyblish-QML with Python 3.7 will raise SyntaxError because of the utility function name async (at here) has become a keyword in Python 3.7
SyntaxError
async
This issue was firstly reported at Gitter via Ander Anjos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . :point_up: January 8, 2019 6:19 PM
Should rename the function async to some other name like async_ ?
async_
Fixed! https://github.com/pyblish/pyblish-qml/releases/tag/1.9.3
Problem
Running Pyblish-QML with Python 3.7 will raise
SyntaxError
because of the utility function nameasync
(at here) has become a keyword in Python 3.7This issue was firstly reported at Gitter via Ander Anjos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . :point_up: January 8, 2019 6:19 PM
Discussion
Should rename the function
async
to some other name likeasync_
?