Skip to content

Commit

Permalink
Fix MacOS deployment target in cibuildwheel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 4, 2024
1 parent e6ba0fa commit d194f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ build-verbosity = 1
test-command = "python -m unittest pyopal.tests -v"
free-threaded-support = false

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }

[tool.coverage.run]
plugins = ["Cython.Coverage"]

Expand Down

0 comments on commit d194f37

Please sign in to comment.