File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : |
23
23
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
25
25
26
26
# The cythonized files allow installation from the sdist without cython
27
27
- name : Generate cython
Original file line number Diff line number Diff line change 3
3
### v0.27.1
4
4
#### Changed
5
5
- fix build with `` scikit-build-core `` `` v0.11 ``
6
+ - upgrade to ` Cython==3.0.12 `
6
7
7
8
### v0.27.0
8
9
#### Fixed
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" scikit-build-core>=0.11" ,
4
- " Cython>=3.0.11 ,<3.1.0"
4
+ " Cython>=3.0.12 ,<3.1.0"
5
5
]
6
6
build-backend = " scikit_build_core.build"
7
7
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ index 0a8c033..cf967b9 100644
6
6
[build-system]
7
7
requires = [
8
8
- "scikit-build-core>=0.11",
9
- - "Cython>=3.0.11 ,<3.1.0"
9
+ - "Cython>=3.0.12 ,<3.1.0"
10
10
+ "scikit-build-core>=0.11"
11
11
]
12
12
build-backend = "scikit_build_core.build"
You can’t perform that action at this time.
0 commit comments