summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-04-30 10:30:09 +0100
committerErik Johnston <erik@matrix.org>2024-04-30 10:30:09 +0100
commit84108564114a404c674335d5302adca8b0d01355 (patch)
tree83cb1fb81557d8b17f2d146160fbf30551bfa700
parentBump setuptools-rust from 1.8.1 to 1.9.0 (diff)
downloadsynapse-84108564114a404c674335d5302adca8b0d01355.tar.xz
Remove deprecated py_limited flag
-rw-r--r--build_rust.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_rust.py b/build_rust.py
index 662474dcb4..31ef841d8f 100644
--- a/build_rust.py
+++ b/build_rust.py
@@ -14,7 +14,6 @@ def build(setup_kwargs: Dict[str, Any]) -> None:
         target="synapse.synapse_rust",
         path=cargo_toml_path,
         binding=Binding.PyO3,
-        py_limited_api=True,
         # We force always building in release mode, as we can't tell the
         # difference between using `poetry` in development vs production.
         debug=False,