diff --git a/apis/python/node/pyproject.toml b/apis/python/node/pyproject.toml index 33048a3f..8636df49 100644 --- a/apis/python/node/pyproject.toml +++ b/apis/python/node/pyproject.toml @@ -22,3 +22,11 @@ extend-select = [ "D", # pydocstyle "UP", ] + +[tool.maturin.target.x86_64-apple-darwin] +# macOS deployment target SDK version +macos-deployment-target = "14.5" + +[tool.maturin.target.aarch64-apple-darwin] +# macOS deployment target SDK version +macos-deployment-target = "14.5"