Skip to content

Commit 01bf993

Browse files
committed
pin Cython to 3.1.0 in optional deps
1 parent 2620edb commit 01bf993

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ readme = {file = "README.md", content-type = "text/markdown"}
6161
requires-python = ">=3.10"
6262

6363
[project.optional-dependencies]
64-
coverage = ["Cython", "pytest", "coverage", "tomli"]
64+
coverage = ["Cython>=3.1.0", "pytest", "coverage", "tomli"]
6565
docs = [
66-
"Cython",
66+
"Cython>=3.1.0",
6767
"graphviz",
6868
"pydot",
6969
"furo",
@@ -126,7 +126,7 @@ multi_line_output = 3
126126
skip = ["dpctl/_version.py"]
127127
use_parentheses = true
128128

129-
[tool.pytest.ini.options]
129+
[tool.pytest.ini_options]
130130
addopts = [
131131
"--junitxml=junit.xml",
132132
"--ignore setup.py",

0 commit comments

Comments
 (0)