diff --git a/scripts/tiledb-py/update-recipe.py b/scripts/tiledb-py/update-recipe.py index 0c40b93..99d1f44 100644 --- a/scripts/tiledb-py/update-recipe.py +++ b/scripts/tiledb-py/update-recipe.py @@ -95,7 +95,7 @@ # # https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/conda_build_config.yaml -config["python"] = ["3.9.* *_cpython", "3.13.* *_cp313"] +config["python"] = ["3.9.* *_cpython", "3.13.* *_cpython"] config["python_impl"] = ["cpython", "cpython"] config["numpy"] = ["2.0", "2.0"]