Skip to content

Commit

Permalink
Upgrade Cython for Python 3.13 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Oct 29, 2024
1 parent 3ab70ce commit c574f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
python3 -m venv ./.venv
source ./.venv/bin/activate
python3 -m pip install Cython==0.29.*
python3 -m pip install 'cython>=3.0.11,<4'
python3 -m pip install \
pytest \
scikit-build \
Expand Down

0 comments on commit c574f85

Please sign in to comment.