Skip to content

Commit 83922a0

Browse files
authored
Update pyproject.toml (#21)
1 parent cfa0f0d commit 83922a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
8080
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*", "pp*"]
8181

8282
# Set the environment variable for the wheel build step.
83-
environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "15.0" }
83+
environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "14.0" }
8484

8585
# Test that the wheel can be imported
8686
test-command = "python -c 'import libcachesim; print(\"Import successful\")'"

0 commit comments

Comments
 (0)