Skip to content

Commit 0c0df1b

Browse files
committed
Build: Pin Cython version below 3.1.
1 parent 20d1237 commit 0c0df1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["Cython>=3.0.10", "setuptools", "wheel"]
2+
requires = ["Cython>=3.0.10, < 3.1.0", "setuptools", "wheel"]
33

44
[tool.cibuildwheel]
55
build-verbosity = 2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tox
22
pytest
33
coverage
4-
Cython>=3.0.10
4+
Cython>=3.0.10, < 3.1.0
55
codecov
66
wheel

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform =
77
linux: linux
88
darwin: darwin
99
deps =
10-
Cython==3.0.9
10+
Cython==3.0.11
1111
pytest
1212
#pytest-cov
1313
#coverage

0 commit comments

Comments
 (0)