Skip to content

Commit 697139d

Browse files
authored
Merge pull request #1132 from AndreMiras/feature/bump_cython_version
⬆️ Bumps to latest Cython version
2 parents 4bffaa6 + 7a9bbeb commit 697139d

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup environment
6161
run: |
6262
pip install -e .
63-
pip install Cython==0.28.6
63+
pip install Cython==0.29.19
6464
- run: buildozer --help
6565
- run: buildozer init
6666
- 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 20.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)