Bumps Cython version
This commit is contained in:
parent
a83b3f495b
commit
ef9e5b3715
2 changed files with 5 additions and 5 deletions
6
.github/workflows/kivy_ios.yml
vendored
6
.github/workflows/kivy_ios.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
pip3 install sh
|
pip3 install sh
|
||||||
brew install autoconf automake libtool pkg-config
|
brew install autoconf automake libtool pkg-config
|
||||||
brew link libtool
|
brew link libtool
|
||||||
pip3 install Cython==0.28.1
|
pip3 install Cython==0.29.17
|
||||||
gem install xcpretty
|
gem install xcpretty
|
||||||
- name: Build Python & Kivy
|
- name: Build Python & Kivy
|
||||||
run: |
|
run: |
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
pip install sh
|
pip install sh
|
||||||
brew install autoconf automake libtool pkg-config
|
brew install autoconf automake libtool pkg-config
|
||||||
brew link libtool
|
brew link libtool
|
||||||
pip install Cython==0.28.1
|
pip install Cython==0.29.17
|
||||||
- name: Build Python & Kivy
|
- name: Build Python & Kivy
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
@ -86,7 +86,7 @@ jobs:
|
||||||
pip3 install sh
|
pip3 install sh
|
||||||
brew install autoconf automake libtool pkg-config
|
brew install autoconf automake libtool pkg-config
|
||||||
brew link libtool
|
brew link libtool
|
||||||
pip3 install Cython==0.28.1
|
pip3 install Cython==0.29.17
|
||||||
- name: Build updated recipes
|
- name: Build updated recipes
|
||||||
run: |
|
run: |
|
||||||
python3 .ci/rebuild_updated_recipes.py
|
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 install autoconf automake libtool pkg-config
|
||||||
brew link libtool
|
brew link libtool
|
||||||
|
|
||||||
- Install Cython (0.28.1):
|
- Install Cython (0.29.17):
|
||||||
|
|
||||||
# pip method if available (sudo might be needed.)
|
# pip method if available (sudo might be needed.)
|
||||||
pip3 install cython==0.28.1
|
pip3 install Cython==0.29.17
|
||||||
|
|
||||||
|
|
||||||
## Using the toolchain
|
## Using the toolchain
|
||||||
|
|
Loading…
Reference in a new issue