浏览代码

require Cython 3.0.3 at least, fixes #8133

The fix for the Python 3.12 memory leak issue was
in Cython 3.0.3+.
Thomas Waldmann 1 年之前
父节点
当前提交
30ad61ae5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -71,7 +71,7 @@ where = ["src"]
 "*" = ["*.c", "*.h", "*.pyx"]
 
 [build-system]
-requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3"]
+requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3.0.3"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools_scm]