From 39700194f225047d5281bd772579f0f159a93330 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sun, 17 Dec 2023 09:57:49 -0800 Subject: [PATCH] mirror changes from https://github.com/sourmash-bio/sourmash/pull/2879 for conda-forge builds --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ebf000a2..3f53986e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,5 +41,8 @@ test = [ [tool.maturin] python-source = "src/python" +[tool.maturin.target.x86_64-apple-darwin] +macos-deployment-target = "10.14" + [metadata] license = { text = "GNU Affero General Public License v3" }