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 30, 2024
1 parent 083437d commit 1e9d7b9
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 @@ -57,7 +57,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.5,<4'
python3 -m pip install \
pytest \
scikit-build \
Expand Down

0 comments on commit 1e9d7b9

Please sign in to comment.