Skip to content

Commit 6c5b8fb

Browse files
committed
Pin Cython <3.1 in pyjnius build requirements
Add a build requirement for Cython <3.1 to the pyjnius recipe to prevent incompatibilities with newer Cython releases during the build. This updates recipes/pyjnius/meta.yaml to include the pinned Cython version while leaving existing host requirements and patches intact.
1 parent 83d75c8 commit 6c5b8fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/pyjnius/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ patches:
66
- mobile.patch
77

88
requirements:
9+
build:
10+
- Cython <3.1
911
host:
1012
- flet-libpyjni 1.0.1

0 commit comments

Comments
 (0)