1 --- zstandard-0.23.0/pyproject.toml.orig
2 +++ zstandard-0.23.0/pyproject.toml
5 "cffi>=1.16.0; python_version <= '3.12'",
6 "cffi==1.17.0rc1; python_version >= '3.13'",
7 - # 69.0.0 breaks handling of --config-settings=--build-option, which our CI
8 - # relies on. So constrained to an older version until we figure out a
9 - # workaround. See comment at
10 - # https://github.com/pypa/pip/issues/11859#issuecomment-2132287974.
11 - "setuptools<69.0.0",
14 # Need to use legacy backend because setup_zstd.py breaks build isolation.
15 build-backend = "setuptools.build_meta:__legacy__"