@@ -11,15 +11,15 @@ a query language for APIs created by Facebook.
1111[ ![ CodSpeed] ( https://img.shields.io/endpoint?url=https://codspeed.io/badge.json )] ( https://codspeed.io/graphql-python/graphql-core )
1212[ ![ Code style] ( https://img.shields.io/badge/code%20style-ruff-000000.svg )] ( https://github.com/astral-sh/ruff )
1313
14- An extensive test suite with over 2200 unit tests and 100% coverage replicates the
14+ An extensive test suite with over 2500 unit tests and 100% coverage replicates the
1515complete test suite of GraphQL.js, ensuring that this port is reliable and compatible
1616with GraphQL.js.
1717
18- The current stable version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js
18+ 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
21- You can also try out the latest alpha version 3.3.0a6 of GraphQL-core,
22- which is up-to-date with GraphQL.js version 17.0.0a2 .
21+ You can also try out the latest alpha version 3.3.0a7 of GraphQL-core,
22+ which is up-to-date with GraphQL.js version 17.0.0a3 .
2323Please note that this new minor version of GraphQL-core does not support
2424Python 3.6 anymore.
2525
0 commit comments