Skip to content

Commit

Permalink
CI: Use Cython 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe authored and emilio committed Sep 4, 2023
1 parent 51a981c commit e7613e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbindgen.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit e7613e5

Please sign in to comment.