We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701bcff commit 205518dCopy full SHA for 205518d
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Dependency
28
run: |
29
- pip install "Cython>=3.0"
+ pip install --pre "Cython>=3.0"
30
31
- name: Building wheel
32
0 commit comments