Skip to content

Commit 35bd095

Browse files
authored
generate using cython 3.0.0b02
1 parent cc03d0c commit 35bd095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install dependencies
148148
run: |
149149
python -m pip install --upgrade pip
150-
pip install Cython==3.0.0a10
150+
pip install Cython==3.0.0b02
151151
152152
# The cythonized files allow installation from the sdist without cython
153153
- name: Generate cython

0 commit comments

Comments
 (0)