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 61f174f commit 7dfc11bCopy full SHA for 7dfc11b
.github/workflows/wheels.yml
@@ -10,6 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
13
+ env:
14
+ MACOSX_DEPLOYMENT_TARGET: "10.14" # https://cibuildwheel.pypa.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments