Skip to content

Commit f8848cc

Browse files
committed
Build: Update Cython to 3.0.11.
1 parent bb630dc commit f8848cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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>=3.0.9", "setuptools", "wheel"]
2+
requires = ["Cython>=3.0.11,<3.1", "setuptools", "wheel"]
33

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

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Cython>=3.0.9
1+
Cython>=3.0.11,<3.1
22
setuptools
3+
wheel

0 commit comments

Comments
 (0)