From dd5abd3b2b7d970f336db179daf353487ed7b86a Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Tue, 24 Dec 2024 03:21:27 +0100 Subject: [PATCH] Update getting started guide --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9c30f46299..cfbc1811d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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