Skip to content

Commit 3e509ae

Browse files
committed
Update Cython req in dev dependencies to >=v3.0
1 parent 85d7f76 commit 3e509ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plotpy-tests = "plotpy.tests:run"
5656
plotpy-benchmarks = "plotpy.tests.benchmarks:run"
5757

5858
[project.optional-dependencies]
59-
dev = ["ruff", "pylint", "Coverage", "Cython"]
59+
dev = ["ruff", "pylint", "Coverage", "Cython>=3.0"]
6060
doc = [
6161
"PyQt5",
6262
"sphinx",

0 commit comments

Comments
 (0)