Merge pull request #1132 from AndreMiras/feature/bump_cython_version

⬆️ Bumps to latest Cython version
This commit is contained in:
Andre Miras 2020-05-30 23:04:58 +02:00 committed by GitHub
commit 697139d1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ jobs:
- name: Setup environment
run: |
pip install -e .
pip install Cython==0.28.6
pip install Cython==0.29.19
- run: buildozer --help
- run: buildozer init
- name: SDK, NDK and p4a download

View file

@ -76,6 +76,6 @@ WORKDIR ${WORK_DIR}
COPY --chown=user:user . ${SRC_DIR}
# installs buildozer and dependencies
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
RUN pip3 install --user --upgrade Cython==0.29.19 wheel pip virtualenv ${SRC_DIR}
ENTRYPOINT ["buildozer"]

View file

@ -22,7 +22,7 @@ Android on Ubuntu 20.04 (64bit)
sudo apt update
sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv
pip3 install --user --upgrade Cython==0.29.19 virtualenv # the --user should be removed if you do this in a venv
# add the following line at the end of your ~/.bashrc file
export PATH=$PATH:~/.local/bin/