Skip to content

Commit

Permalink
multispline: fix minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpigou committed Feb 21, 2025
1 parent b0e576b commit 5504153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/multispline/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- export CMAKE_GENERATOR=Ninja # [unix]
- {{ PYTHON }} -m pip install . -vv --config-settings=cmake.verbose=true --config-settings=logging.level=DEBUG
number: 0
skip: True # [py<312]
skip: True # [py<39]

requirements:
build:
Expand Down

0 comments on commit 5504153

Please sign in to comment.