Skip to content

Commit

Permalink
Revert "Fix name of conda-forge py313 (#155)"
Browse files Browse the repository at this point in the history
This reverts commit 10794ea.
  • Loading branch information
jdblischak committed Dec 4, 2024
1 parent 10794ea commit 0b429ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiledb-py/update-recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 0b429ea

Please sign in to comment.