Skip to content

Commit

Permalink
Use Cython 3.0 for the build to see if it makes a performance differe…
Browse files Browse the repository at this point in the history
…nce.
  • Loading branch information
scoder committed Oct 22, 2021
1 parent 205518d commit 068cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Dependency
run: |
pip install --pre "Cython>=3.0"
pip install --pre "Cython>=3.0.0a9"
- name: Building wheel
run: |
Expand Down

0 comments on commit 068cb48

Please sign in to comment.