Skip to content

Commit

Permalink
generate using cython 3.0.0b02
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 27, 2023
1 parent cc03d0c commit 35bd095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Cython==3.0.0a10
pip install Cython==3.0.0b02
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
Expand Down

0 comments on commit 35bd095

Please sign in to comment.