graphql-python / graphql-core-legacy

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

RxPY v3.0 requires Python 3.6 #251

Closed jeremytubbs closed 5 years ago

jeremytubbs commented 5 years ago

The recently released https://github.com/ReactiveX/RxPY requires Python 3.6 and breaks installation.

An update needs to be made to https://github.com/graphql-python/graphql-core/blob/master/setup.py#L24

236