Skip to content

Commit e0d9c5e

Browse files
chore(dependencies): update dependency cython to v3
1 parent 40f2a53 commit e0d9c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"]
2+
requires = ["cython>=3.0.11", "setuptools>=58.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Cython==0.29.32
1+
Cython==3.0.11
22
pytest==7.2.0
33
pytest-cov==4.0.0

0 commit comments

Comments
 (0)