We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa0f0d commit 83922a0Copy full SHA for 83922a0
pyproject.toml
@@ -80,7 +80,7 @@ build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
80
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*", "pp*"]
81
82
# Set the environment variable for the wheel build step.
83
-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" }
84
85
# Test that the wheel can be imported
86
test-command = "python -c 'import libcachesim; print(\"Import successful\")'"
0 commit comments