Skip to content

Commit

Permalink
Use python >= 3.9 instead of ^3.9, ref #3784
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron authored Feb 21, 2025
1 parent 951e56c commit ca2413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include = ["strawberry/py.typed"]
"Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9"
graphql-core = ">=3.2.0,<3.4.0"
typing-extensions = ">=4.5.0"
python-dateutil = "^2.7.0"
Expand Down

0 comments on commit ca2413c

Please sign in to comment.