Skip to content

Commit

Permalink
cd set MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 8, 2024
1 parent ce420b1 commit 3e42e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
git clone https://github.com/pybind/pybind11.git
cd pybind11
git checkout v2.11.1
MACOSX_DEPLOYMENT_TARGET: "10.14"

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def build_extension(self, ext):
'License :: OSI Approved :: MIT License',
'Programming Language :: C++',
],
python_requires='>=3.6',
python_requires='>=3.7',
zip_safe=False,
)

0 comments on commit 3e42e14

Please sign in to comment.