Skip to content

Commit

Permalink
Try pinning pre-release cython
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Jun 27, 2023
1 parent f5e139d commit 68f2cea
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 @@ -30,7 +30,7 @@ include = ["strawberry/py.typed"]
"Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql"

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=0.12", "cython>=3.0.0b3"]
build-backend = "poetry.masonry.api"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 68f2cea

Please sign in to comment.