FSX / momoko

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

Python 3.7 support #168

Closed nkonin closed 5 years ago

nkonin commented 6 years ago

Hmm, it seems there are a few problems.

  1. Travis does not yet support python3.7, so far it's worth using python3.7-dev
  2. psycopg2cffi is incompatible with python3.7, so it looks like I should first send PR there.
haizaar commented 6 years ago

I prefer to wait till Travis support it properly. And you say we need your patch for psycopg2cffi to be accepted in the first place.