From 84108564114a404c674335d5302adca8b0d01355 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 30 Apr 2024 10:30:09 +0100 Subject: [PATCH] Remove deprecated py_limited flag --- build_rust.py | 1 - 1 file changed, 1 deletion(-) 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,