Skip to content

Commit c7f2f57

Browse files
Copilotscbedd
andauthored
Fix macOS build failure: remove cibuildwheel from build-system.requires
Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent 01f1e62 commit c7f2f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/storage/azure-storage-extensions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ breaking = false
1313
suppressed_skip_warnings = ["*"]
1414

1515
[build-system]
16-
requires = ["setuptools", "wheel", "cibuildwheel"]
16+
requires = ["setuptools", "wheel"]
1717

1818
[tool.cibuildwheel]
1919
build = ["cp39*", "pp39*", "pp310*", "pp311*"]

0 commit comments

Comments
 (0)