Skip to content

Commit 08b58fd

Browse files
authored
Use a pinned version of Cython for now, as most of the recipes are incompatible with Cython==3.x.x (kivy#2862)
1 parent f7f591b commit 08b58fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all: virtualenv
2222

2323
$(VIRTUAL_ENV):
2424
python3 -m venv $(VIRTUAL_ENV)
25-
$(PIP) install Cython
25+
$(PIP) install Cython==0.29.36
2626
$(PIP) install -e .
2727

2828
virtualenv: $(VIRTUAL_ENV)

0 commit comments

Comments
 (0)