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 aa6e139 commit ebfbf5cCopy full SHA for ebfbf5c
.github/workflows/python_packages.yml
@@ -154,6 +154,7 @@ jobs:
154
runs-on: macos-14
155
env:
156
SQLite3_ROOT: /opt/homebrew/opt/sqlite
157
+ MACOSX_DEPLOYMENT_TARGET: 14.0
158
CIBW_SKIP: cp27-* cp35-* cp36-*
159
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
160
@@ -185,6 +186,7 @@ jobs:
185
186
runs-on: macos-13
187
188
SQLite3_ROOT: /usr/local/opt/sqlite
189
+ MACOSX_DEPLOYMENT_TARGET: 13.0
190
191
192
0 commit comments