Skip to content

Commit 99c6041

Browse files
committed
update cython to 3.1.0a1
1 parent f7cccc6 commit 99c6041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythran.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: |
4646
cd pythran
4747
python -m pip install --upgrade pip
48+
python -m pip install "cython==3.1.0a1"
4849
python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
4950
pip install -r requirements.txt
5051
pip install ipython nbval pytest-xdist wheel

0 commit comments

Comments
 (0)