Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update obsolete comment
  • Loading branch information
h-vetinari authored May 13, 2025
commit fc0b7f5e862eb9623fec3527bc6f0e66a2e5cfae
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ requirements:

test:
requires:
# The linter will complain about the missing python_min, but we need
# this unpinned to allow cython to be used in the downstream tests
# Avoid pin to python_min to allow cython to be used in the downstream tests
# of the python-feedstock.
# See also https://github.com/conda-forge/conda-forge.github.io/pull/2387
# - python * # [use_noarch]
# - python {{ python_min }} # [use_noarch]
- setuptools # [py>=312 or use_noarch]
commands:
- cython --version
Expand Down