mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
require Cython < 3.1 for now
This is a workaround for: https://github.com/cython/cython/issues/6858
This commit is contained in:
parent
7d92389b1f
commit
d3080c84fe
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ where = ["src"]
|
|||
"*" = ["*.c", "*.h", "*.pyx"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
|
||||
requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3,<3.1.0", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ pytest
|
|||
pytest-xdist
|
||||
pytest-cov
|
||||
pytest-benchmark
|
||||
Cython
|
||||
Cython < 3.1
|
||||
pre-commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue