From 16286b7c0db7355101d7d61fb553fe33a173d25c Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 11 Dec 2025 08:31:21 +0100 Subject: [PATCH] Remove code examples for Python 3.8 in `graphql` --- docs/en/docs/how-to/graphql.md | 2 +- docs_src/graphql/{tutorial001.py => tutorial001_py39.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs_src/graphql/{tutorial001.py => tutorial001_py39.py} (100%) diff --git a/docs/en/docs/how-to/graphql.md b/docs/en/docs/how-to/graphql.md index 99b024d39..a002c08ca 100644 --- a/docs/en/docs/how-to/graphql.md +++ b/docs/en/docs/how-to/graphql.md @@ -35,7 +35,7 @@ Depending on your use case, you might prefer to use a different library, but if Here's a small preview of how you could integrate Strawberry with FastAPI: -{* ../../docs_src/graphql/tutorial001.py hl[3,22,25] *} +{* ../../docs_src/graphql/tutorial001_py39.py hl[3,22,25] *} You can learn more about Strawberry in the Strawberry documentation. diff --git a/docs_src/graphql/tutorial001.py b/docs_src/graphql/tutorial001_py39.py similarity index 100% rename from docs_src/graphql/tutorial001.py rename to docs_src/graphql/tutorial001_py39.py