Skip to content

Commit

Permalink
Bump Cython compat version
Browse files Browse the repository at this point in the history
ABI changes in Python 3.11 is incompatible with Cython versions < 0.29.5.
This may fix #176, or may not.
  • Loading branch information
jakobnissen committed May 28, 2023
1 parent ca907e2 commit a5c3502
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 @@ -26,7 +26,7 @@ version = {attr = "vamb.__version__"}
readme = {file = "README.md"}

[build-system]
requires = ["setuptools ~= 63.0", "Cython ~= 0.29"]
requires = ["setuptools ~= 63.0", "Cython ~= 0.29.5"]
build-backend = "setuptools.build_meta"

[tool.ruff]
Expand Down

0 comments on commit a5c3502

Please sign in to comment.