FSX / momoko

Wraps (asynchronous) Psycopg2 for Tornado.
http://momoko.61924.nl/
Other
364 stars 73 forks source link

Feature/python37 #169

Closed nkonin closed 5 years ago

nkonin commented 5 years ago

And it works

haizaar commented 5 years ago

Thanks for your PR.

Passing new async_ keyword to psycopg2/cffi will require people to install newer versions of these libs. May be it worth using the original async key when building kwargs dict and pass it over - both libs support it. What do you think?

Please also update classifiers in setup.py to include Python 3.7

nkonin commented 5 years ago

OK I'll close the PR for now to avoid unnecessary notifications from the travis and I'll reopen it after the proper code update.