CI: Use Cython 3.0
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
51a981cefc
commit
e7613e5701
@@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Install Cython
|
- name: Install Cython
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip wheel
|
python -m pip install --upgrade pip wheel
|
||||||
pip install Cython==0.29.*
|
pip install Cython==3.0.2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user