Browse Source

Set maturin macOS version to `14.5`

tags/v0.3.12-rc0
Philipp Oppermann 7 months ago
parent
commit
6b5cc7a0b9
Failed to extract signature
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      apis/python/node/pyproject.toml

+ 8
- 0
apis/python/node/pyproject.toml View File

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

Loading…
Cancel
Save