Skip to content

Commit 20d320c

Browse files
committed
fix upper version bound
1 parent a811f9b commit 20d320c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.11",
4-
"Cython>=3.1.6,<3.1.0"
4+
"Cython>=3.1.6,<3.2.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.11",
9-
- "Cython>=3.1.6,<3.1.0"
9+
- "Cython>=3.1.6,<3.2.0"
1010
+ "scikit-build-core>=0.11"
1111
]
1212
build-backend = "scikit_build_core.build"

0 commit comments

Comments
 (0)