mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 10:50:21 -04:00
require Cython>=3
This commit is contained in:
parent
c14af19576
commit
2f541cedee
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython"]
|
||||
requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
|
|||
Loading…
Reference in a new issue