You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,20 @@ An extensive test suite with over 2300 unit tests and 100% coverage comprises a
14
14
replication of the complete test suite of GraphQL.js, making sure this port is
15
15
reliable and compatible with GraphQL.js.
16
16
17
-
The current stable version 3.2.3 of GraphQL-core is up-to-date with GraphQL.js version 16.6.0.
17
+
The current stable version 3.2.3 of GraphQL-core is up-to-date with GraphQL.js
18
+
version 16.6.0 and supports Python version 3.6 and newer.
18
19
19
-
You can also try out the latest alpha version 3.3.0a2 of GraphQL-core that is up-to-date with GraphQL.js version 17.0.0a1.
20
-
Please note that this new minor version of GraphQL-core does not support Python 3.7 anymore.
20
+
You can also try out the latest alpha version 3.3.0a3 of GraphQL-core
21
+
which is up-to-date with GraphQL.js version 17.0.0a2.
22
+
Please note that this new minor version of GraphQL-core does not support
23
+
Python 3.6 anymore.
21
24
22
-
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js. Changes in the major version of GraphQL.js are reflected in the minor version of GraphQL-core instead. This means there can be breaking changes in the API when the minor version changes, and only patch releases are fully backward compatible. Therefore, we recommend something like `=~ 3.2.0` as version specifier when including GraphQL-core as a dependency.
25
+
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js.
26
+
Changes in the major version of GraphQL.js are reflected in the minor version of
27
+
GraphQL-core instead. This means there can be breaking changes in the API
28
+
when the minor version changes, and only patch releases are fully backward compatible.
29
+
Therefore, we recommend something like `=~ 3.2.0` as version specifier
0 commit comments