We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98d598 commit fc5ad0bCopy full SHA for fc5ad0b
README.md
@@ -191,11 +191,10 @@ Design goals for the GraphQL-core 3 library are:
191
192
Some restrictions (mostly in line with the design goals):
193
194
-* requires Python 3.6 or 3.7
+* requires Python 3.6 or newer
195
* does not support some already deprecated methods and options of GraphQL.js
196
* supports asynchronous operations only via async.io
197
(does not support the additional executors in GraphQL-core)
198
-* the benchmarks have not yet been ported to Python
199
200
201
## Integration with other libraries and roadmap
0 commit comments