Skip to content

Commit 64a52e9

Browse files
authored
Downgrade Cython version to 3.0.12
1 parent 2fa2e53 commit 64a52e9

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest hypothesis pandas mypy Cython==3.1.3
25+
pip install pytest hypothesis pandas mypy Cython==3.0.12
2626
2727
# The cythonized files allow installation from the sdist without cython
2828
- name: Generate cython

0 commit comments

Comments
 (0)