From 0b429eaeab4f42a2d8c57ba1290559075f658856 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Wed, 4 Dec 2024 11:48:32 -0500 Subject: [PATCH] Revert "Fix name of conda-forge py313 (#155)" This reverts commit 10794ea2e098f55c65d16881846b8765caa0a729. --- scripts/tiledb-py/update-recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]