Skip to content

Commit 05e1608

Browse files
committed
Update minimum pin for Cython in requirements
The `noexcept` syntax was first included in Cython 3.0, and it was backported only from Cython 0.29.31 onwards.
1 parent 4f959cb commit 05e1608

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/basemap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
'setuptools',
44
'wheel',
55
'numpy == 2.0.0',
6-
'cython >= 0.29, < 3.1',
6+
'cython >= 0.29.31, < 3.1',
77
]
88
build-backend = "setuptools.build_meta"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"
2-
cython >= 0.26, < 0.27; python_version == "3.2"
1+
cython >= 0.29.31, < 3.1

0 commit comments

Comments
 (0)