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 5ea3d40 commit 85f2d4dCopy full SHA for 85f2d4d
2 files changed
README.md
@@ -19,7 +19,7 @@ The current stable version 3.2.6 of GraphQL-core is up-to-date with GraphQL.js
19
version 16.8.2 and supports Python versions 3.6 to 3.13.
20
21
You can also try out the latest alpha version 3.3.0a10 of GraphQL-core,
22
-which is up-to-date with GraphQL.js version 17.0.0a3.
+which is up-to-date with GraphQL.js version 17.0.0a4.
23
This new minor version of GraphQL-core supports Python versions 3.7 to 3.14.
24
25
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js.
src/graphql/version.py
@@ -10,7 +10,7 @@
10
11
version = "3.3.0a10"
12
13
-version_js = "17.0.0a3"
+version_js = "17.0.0a4"
14
15
16
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
0 commit comments