File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The current stable version 3.2.6 of GraphQL-core is up-to-date with GraphQL.js
1919version 16.8.2 and supports Python versions 3.6 to 3.13.
2020
2121You 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 .
22+ which is up-to-date with GraphQL.js version 17.0.0a4 .
2323This new minor version of GraphQL-core supports Python versions 3.7 to 3.14.
2424
2525Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js.
Original file line number Diff line number Diff line change 1010
1111version = "3.3.0a10"
1212
13- version_js = "17.0.0a3 "
13+ version_js = "17.0.0a4 "
1414
1515
1616_re_version = re .compile (r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)" )
You can’t perform that action at this time.
0 commit comments