mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-21 18:10:19 -04:00
Merge pull request #9046 from ThomasWaldmann/backport-9042-setuptools-min-1.4
backport(1.4): build: require setuptools>=78.1.1
This commit is contained in:
commit
dfd3b0e6ee
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ where = ["src"]
|
|||
"*" = ["*.c", "*.h", "*.pyx"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=77.0.0", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3.0.3"]
|
||||
requires = ["setuptools>=78.1.1", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython>=3.0.3"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
setuptools>=77.0.0
|
||||
setuptools>=78.1.1
|
||||
setuptools_scm>=8
|
||||
pip
|
||||
virtualenv
|
||||
|
|
|
|||
Loading…
Reference in a new issue