File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Version History
2525 tests against a separate build that was theoretically identical. But the
2626 builds may have been subtly different, leading to preventable bugs in our
2727 wheels. (Enabling this test coverage did not uncover any failures.)
28+ * The ``pyproject.toml `` build backend has been switched from
29+ ``setuptools.build_meta:__legacy__ `` to ``setuptools.build_meta ``.
2830
29310.24.0 (released 2025-08-17)
3032============================
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ requires = [
3838 " packaging" ,
3939 " setuptools" ,
4040]
41- # Need to use legacy backend because setup_zstd.py breaks build isolation.
42- build-backend = " setuptools.build_meta:__legacy__"
41+ build-backend = " setuptools.build_meta"
4342
4443[dependency-groups ]
4544dev = [
You can’t perform that action at this time.
0 commit comments