Skip to content

Commit

Permalink
Upgrade cython
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Nov 29, 2023
1 parent 73eaefd commit 04d96b8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 46 deletions.
107 changes: 62 additions & 45 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 @@ -43,7 +43,7 @@ classifiers=[

[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
cython = { version = "^0.29", optional = true }
cython = { version = "^3.0", optional = true }
blake3 = "^0.3"
xxhash = "^3.0"
more-itertools = "^9.0"
Expand Down

0 comments on commit 04d96b8

Please sign in to comment.