Merge pull request #470 from misl6/bump-cython-version
Bumps Cython version
This commit is contained in:
commit
b7f5893066
2 changed files with 5 additions and 5 deletions
6
.github/workflows/kivy_ios.yml
vendored
6
.github/workflows/kivy_ios.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
pip3 install -r requirements.txt
|
||||
brew install autoconf automake libtool pkg-config
|
||||
brew link libtool
|
||||
pip3 install Cython==0.28.1
|
||||
pip3 install Cython==0.29.17
|
||||
gem install xcpretty
|
||||
- name: Build Python & Kivy
|
||||
run: |
|
||||
|
@ -64,7 +64,7 @@ jobs:
|
|||
pip install sh
|
||||
brew install autoconf automake libtool pkg-config
|
||||
brew link libtool
|
||||
pip install Cython==0.28.1
|
||||
pip install Cython==0.29.17
|
||||
- name: Build Python & Kivy
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
pip3 install -r requirements.txt
|
||||
brew install autoconf automake libtool pkg-config
|
||||
brew link libtool
|
||||
pip3 install Cython==0.28.1
|
||||
pip3 install Cython==0.29.17
|
||||
- name: Build updated recipes
|
||||
run: |
|
||||
python3 .ci/rebuild_updated_recipes.py
|
||||
|
|
|
@ -44,10 +44,10 @@ Currently, the toolchain requires a few tools for compilation. You will need:
|
|||
brew install autoconf automake libtool pkg-config
|
||||
brew link libtool
|
||||
|
||||
- Install Cython (0.28.1):
|
||||
- Install Cython (0.29.17):
|
||||
|
||||
# pip method if available (sudo might be needed.)
|
||||
pip3 install cython==0.28.1
|
||||
pip3 install Cython==0.29.17
|
||||
|
||||
|
||||
## Using the toolchain
|
||||
|
|
Loading…
Reference in a new issue