mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +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
a507a2cb3b
commit
03e964271e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ where = ["src"]
|
|||
"*" = ["*.c", "*.h", "*.pyx"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel", "pkgconfig", "Cython>=3", "setuptools_scm[toml]>=6.2"]
|
||||
requires = ["setuptools", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
Loading…
Reference in a new issue