CI: Use Cython 3.0

This commit is contained in:
Jonathan Schwender
2023-09-03 14:38:49 +02:00
committed by Emilio Cobos Álvarez
parent 51a981cefc
commit e7613e5701
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Install Cython
run: |
python -m pip install --upgrade pip wheel
pip install Cython==0.29.*
pip install Cython==3.0.2
- name: Build
run: |