Skip to content

Commit

Permalink
chore(dependencies): update dependency cython to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 40f2a53 commit e851078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"]
requires = ["cython>=3.0.9", "setuptools>=58.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython==0.29.32
Cython==3.0.9
pytest==7.2.0
pytest-cov==4.0.0

0 comments on commit e851078

Please sign in to comment.