summarylogtreecommitdiffstats
path: root/cython-version.patch
blob: bcf667a443a09b0d05f8e4fc6a53171d9990aeb5 (plain)
1
2
3
4
5
6
7
8
9
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,5 +2,5 @@
 requires = [
     "setuptools>=58.0.0",
     "wheel",
-    "Cython~=3.1.2",
+    "Cython>=3.1.2",
 ]