From 5d4dcc9db1eeba2452526790e2c127e3b24a36d7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 24 Dec 2024 12:21:04 +0000 Subject: [PATCH] Update docs --- apps/frontend/src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/content/docs/index.mdx b/apps/frontend/src/content/docs/index.mdx index 40e4a8ee..bdf79a14 100644 --- a/apps/frontend/src/content/docs/index.mdx +++ b/apps/frontend/src/content/docs/index.mdx @@ -11,7 +11,7 @@ This tutorial will help you: - Run the Strawberry server that lets you execute queries against your schema This tutorial assumes that you are familiar with the command line and Python, -and that you have a recent version of Python (3.8+) installed. +and that you have a recent version of Python (3.9+) installed. Strawberry is built on top of Python’s [dataclasses](https://realpython.com/python-data-classes/) and