Skip to content

Commit

Permalink
fix: ensure build system required Cython 3 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 22, 2024
1 parent 32cc489 commit dc85d2f
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 @@ -156,5 +156,5 @@ module = "docs.*"
ignore_errors = true

[build-system]
requires = ['setuptools>=65.4.1', 'Cython', "poetry-core>=1.0.0"]
requires = ['setuptools>=65.4.1', 'Cython>=3', "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit dc85d2f

Please sign in to comment.