Pārlūkot izejas kodu

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 gadu atpakaļ
vecāks
revīzija
30ad61ae5a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]