Skip to content

Commit 665fa6f

Browse files
committed
Build with Cython 3.1.2.
1 parent 172f4d2 commit 665fa6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["Cython>=3.0.11,<3.1", "setuptools", "wheel"]
2+
requires = ["Cython>=3.1.2", "setuptools", "wheel"]
33

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Cython>=3.0.11,<3.1
1+
Cython>=3.1.2
22
setuptools
33
wheel

0 commit comments

Comments
 (0)