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