Skip to content

Commit

Permalink
Update OSX deployment target to 11.0 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 8, 2024
1 parent 67aece0 commit 964e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
WORKING_DIRECTORY = pathlib.Path(__file__).parent.absolute()

# OSX deployment target
OSX_DEPLOYMENT_TARGET = '10.14'
OSX_DEPLOYMENT_TARGET = '11.0'


def compare_setuptools_version(required: tuple[int, ...]) -> bool:
Expand Down

0 comments on commit 964e16a

Please sign in to comment.