##// END OF EJS Templates
branching: merge stable into default
branching: merge stable into default

File last commit:

r54024:f16a7f3c stable
r54034:1b4a024f merge default
Show More
pyproject.toml
15 lines | 565 B | application/toml | TOMLLexer
[build-system]
requires = [
"cffi>=1.16.0; python_version <= '3.12'",
"cffi==1.17.0rc1; python_version >= '3.13'",
# 69.0.0 breaks handling of --config-settings=--build-option, which our CI
# relies on. So constrained to an older version until we figure out a
# workaround. See comment at
# https://github.com/pypa/pip/issues/11859#issuecomment-2132287974.
"setuptools<69.0.0",
]
# Need to use legacy backend because setup_zstd.py breaks build isolation.
build-backend = "setuptools.build_meta:__legacy__"
[tool.black]
line-length = 80