Remove deprecated py_limited flag

This commit is contained in:
Erik Johnston 2024-04-30 10:30:09 +01:00
parent 9c01f2cc11
commit 8410856411

View file

@ -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,