mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-08 15:37:09 +00:00
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+.
This commit is contained in:
parent
0151c9a38f
commit
30ad61ae5a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ where = ["src"]
|
||||||
"*" = ["*.c", "*.h", "*.pyx"]
|
"*" = ["*.c", "*.h", "*.pyx"]
|
||||||
|
|
||||||
[build-system]
|
[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"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
|
Loading…
Reference in a new issue