Skip to content

Commit dc1402d

Browse files
committed
Brought Cython pin into sync with upstream
1 parent 0ef245a commit dc1402d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ requirements:
2121
build:
2222
- python # [build_platform != target_platform]
2323
- cross-python_{{ target_platform }} # [build_platform != target_platform]
24-
- cython >=0.29.29,<3.0.0a0 # [build_platform != target_platform]
24+
- cython >=3.0.3,<4.0.0a0 # [build_platform != target_platform]
2525
- {{ compiler('c') }}
2626
- {{ stdlib("c") }}
2727
host:
2828
- python
29-
- cython >=0.29.29,<3.0.0a0
29+
- cython >=3.0.3,<4.0.0a0
3030
- krb5
3131
- pip
3232
run:

0 commit comments

Comments
 (0)