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 205518d commit 068cb48Copy full SHA for 068cb48
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Dependency
28
run: |
29
- pip install --pre "Cython>=3.0"
+ pip install --pre "Cython>=3.0.0a9"
30
31
- name: Building wheel
32
0 commit comments