File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install pytest hypothesis mypy Cython==3.0.3
24+ pip install pytest hypothesis mypy Cython==3.0.11
2525
2626 # The cythonized files allow installation from the sdist without cython
2727 - name : Generate cython
Original file line number Diff line number Diff line change 55- add support for Python 3.13
66- drop support for Python 3.8
77- switch build system to ` scikit-build-core `
8+ - upgrade to ` Cython==3.0.11 `
89
910### v0.25.1
1011#### Fixed
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " scikit-build-core>=0.10.6" ,
4- " Cython>=3.0.2 ,<3.1.0"
4+ " Cython>=3.0.11 ,<3.1.0"
55]
66build-backend = " scikit_build_core.build"
77
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ index 0a8c033..cf967b9 100644
66 [build-system]
77 requires = [
88- "scikit-build-core>=0.10.6",
9- - "Cython>=3.0.2 ,<3.1.0"
9+ - "Cython>=3.0.11 ,<3.1.0"
1010+ "scikit-build-core>=0.10.6"
1111 ]
1212 build-backend = "scikit_build_core.build"
You can’t perform that action at this time.
0 commit comments