graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
MIT License
374 stars 183 forks source link

Add py37 travis #231

Closed dan98765 closed 5 years ago

dan98765 commented 5 years ago

https://docs.travis-ci.com/user/languages/python/ says dist: xenial is required for py37 at this time. Let's try it out.

dan98765 commented 5 years ago

I got the py37 travis build to pass by changing gevent==1.1rc1 to gevent>=1.1rc1 so it can download the most recent gevent that works with py37.