From 2bd46f8f7b1785346c626c11f1285d019d47686e Mon Sep 17 00:00:00 2001 From: Percy Date: Sat, 2 Aug 2025 20:21:13 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b858655..3618995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] skip = ["*-win32", "*-manylinux_i686", "*-musllinux*", "pp*"] # Set the environment variable for the wheel build step. -environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "15.0" } +environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "14.0" } # Test that the wheel can be imported test-command = "python -c 'import libcachesim; print(\"Import successful\")'"