Skip to content

Commit

Permalink
Clean up python 3.8 leftovers (#3740)
Browse files Browse the repository at this point in the history
* Remove unneeded version constraint

* Update getting started guide
  • Loading branch information
DoctorJohn authored Dec 24, 2024
1 parent bd29cff commit 85789d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pytest-aiohttp = "^1.0.3"
pytest-django = {version = "^4.5"}
sanic = ">=20.12.2"
starlette = ">=0.13.6"
litestar = {version = ">=2", optional = false, python = ">=3.8"}
litestar = {version = ">=2", optional = false}
uvicorn = ">=0.11.6"
daphne = "^4.0.0"

Expand Down

0 comments on commit 85789d5

Please sign in to comment.