Skip to content

Commit 50c11f5

Browse files
authored
Refresh Cython constraint based on upstream
msgpack/msgpack-python#581
1 parent 2bcfd2c commit 50c11f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ requirements:
1616
build:
1717
- python # [build_platform != target_platform]
1818
- cross-python_{{ target_platform }} # [build_platform != target_platform]
19-
- cython # [build_platform != target_platform]
19+
- cython ~=3.0.8 # [build_platform != target_platform]
2020
- {{ stdlib("c") }}
2121
- {{ compiler("cxx") }}
2222
host:
2323
- python
2424
- pip
25-
- cython >=0.16
25+
- cython ~=3.0.8
2626
run:
2727
- python
2828

0 commit comments

Comments
 (0)