Skip to content

Commit

Permalink
Merge pull request kivy#2220 from AndreMiras/feature/bump_latest_cython
Browse files Browse the repository at this point in the history
⬆️ Bumps to Cython==0.29.19
  • Loading branch information
AndreMiras authored May 30, 2020
2 parents 70251d8 + a4be492 commit bff8a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all: virtualenv

$(VIRTUAL_ENV):
python3 -m venv $(VIRTUAL_ENV)
$(PIP) install Cython==0.28.6
$(PIP) install Cython==0.29.19
$(PIP) install -e .

virtualenv: $(VIRTUAL_ENV)
Expand Down
2 changes: 1 addition & 1 deletion ci/makefiles/osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_java:
/usr/libexec/java_home -V

upgrade_cython:
pip3 install --upgrade Cython==0.28.6
pip3 install --upgrade Cython==0.29.19

install_android_ndk_sdk:
mkdir -p $(ANDROID_HOME)
Expand Down

0 comments on commit bff8a2a

Please sign in to comment.