1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 06:03:38 +00:00
borg/pyproject.toml
Thomas Waldmann 37a813f7f8
stay on latest Cython 0.29 (0.29.36) for borg 1.2.x
master branch tests Cython 3 now.
1.2-maint branch may or may not upgrade to build with Cython 3 later.
2023-08-26 14:18:23 +02:00

3 lines
129 B
TOML

[build-system]
requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"]
build-backend = "setuptools.build_meta"