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.11
24+ pip install pytest hypothesis mypy Cython==3.0.12
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 33### v0.27.1
44#### Changed
55- fix build with `` scikit-build-core `` `` v0.11 ``
6+ - upgrade to ` Cython==3.0.12 `
67
78### v0.27.0
89#### Fixed
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " scikit-build-core>=0.11" ,
4- " Cython>=3.0.11 ,<3.1.0"
4+ " Cython>=3.0.12 ,<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.11",
9- - "Cython>=3.0.11 ,<3.1.0"
9+ - "Cython>=3.0.12 ,<3.1.0"
1010+ "scikit-build-core>=0.11"
1111 ]
1212 build-backend = "scikit_build_core.build"
You can’t perform that action at this time.
0 commit comments