From 9ec94b54e162f493758cb7e856da199db89a07ac Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Fri, 8 Nov 2024 14:09:05 -0500 Subject: [PATCH] Update pyproject.toml --- python/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index b616973..56c9e05 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -45,3 +45,7 @@ wheel.py-api = "cp312" [tool.ruff] line-length = 120 + +# Needed for full C++17 support on macOS +[tool.cibuildwheel.macos.environment] +MACOSX_DEPLOYMENT_TARGET = "10.14"