Skip to content

Commit fc02f5a

Browse files
committed
BLD: simplify Cython requirement to always >=0.25.35
1 parent 76f73f8 commit fc02f5a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
build-backend = "mesonpy"
99
requires = [
1010
"meson-python>=0.14.0",
11-
# when updating Cython version, also update check in meson.build
12-
"Cython>=0.29.35,<3.0; python_version>='3.12' and platform_system=='Windows'",
13-
"Cython>=0.29.35; python_version<'3.12' or platform_system!='Windows'",
11+
"Cython>=0.29.35",
1412

1513
# When numpy 2.0.0rc1 comes out, we should update this to build against 2.0,
1614
# and then runtime depend on the range 1.22.X to <2.3. No need to switch to

0 commit comments

Comments
 (0)