Skip to content

Commit 7a9bbeb

Browse files
committed
⬆️ Bumps to latest Cython version
1 parent dccb7e8 commit 7a9bbeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup environment
5656
run: |
5757
pip install -e .
58-
pip install Cython==0.28.6
58+
pip install Cython==0.29.19
5959
- run: buildozer --help
6060
- run: buildozer init
6161
- name: SDK, NDK and p4a download

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ WORKDIR ${WORK_DIR}
7676
COPY --chown=user:user . ${SRC_DIR}
7777

7878
# installs buildozer and dependencies
79-
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
79+
RUN pip3 install --user --upgrade Cython==0.29.19 wheel pip virtualenv ${SRC_DIR}
8080

8181
ENTRYPOINT ["buildozer"]

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Android on Ubuntu 18.04 (64bit)
2222

2323
sudo apt update
2424
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
25-
pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv
25+
pip3 install --user --upgrade Cython==0.29.19 virtualenv # the --user should be removed if you do this in a venv
2626

2727
# add the following line at the end of your ~/.bashrc file
2828
export PATH=$PATH:~/.local/bin/

0 commit comments

Comments
 (0)