Skip to content

Commit fb1fa23

Browse files
committed
upgrade cython
1 parent e66e868 commit fb1fa23

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build-core>=0.10.6",
4-
"Cython>=3.0.2,<3.1.0"
4+
"Cython>=3.0.11,<3.1.0"
55
]
66
build-backend = "scikit_build_core.build"
77

tools/sdist.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)